markenzoo/contao-file-helper-bundle
最新稳定版本:2.1.0
Composer 安装命令:
composer require markenzoo/contao-file-helper-bundle
包简介
File Helpers for Contao 4
README 文档
README
This extension provides useful file helpers for Contao CMS.
Features
- See where file are being included
- Edit related modules/elements with one click
- Manage your files in the contao backend
- View file meta information
Requirements
- PHP ^7.2 || ^8.0
- Contao ^4.9
Install
Managed edition
When using the managed edition it's pretty simple to install the package. Just search for the package in the Contao Manager and install it. Alternatively you can use the CLI.
# Using the contao manager $ php contao-manager.phar.php composer require markenzoo/contao-file-helper-bundle # Using composer directly $ php composer.phar require markenzoo/contao-file-helper-bundle # Using global composer installation $ composer require markenzoo/contao-file-helper-bundle
Symfony application
If you use Contao in a symfony application without contao/manager-bundle, you have to register the bundle manually:
class AppKernel { public function registerBundles() { $bundles = [ // ... new Markenzoo\ContaoFileHelperBundle\ContaoFileHelperBundle() ]; } }
Note to self
Run the PHP-CS-Fixer and the unit test before you release your bundle:
composer run-script fix -v
composer run-script lint
composer run-script test
github.com ci
vendor/bin/ecs check src tests --config ecs.php --no-progress-bar vendor/bin/phpstan analyse --no-progress vendor/bin/phpunit --colors=always
统计信息
- 总下载量: 1.82k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 2
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-28