https://github.com/pdir/contao-file-fill-bundle
File fill bundle for Contao CMS
https://github.com/pdir/contao-file-fill-bundle
Last synced: 9 months ago
JSON representation
File fill bundle for Contao CMS
- Host: GitHub
- URL: https://github.com/pdir/contao-file-fill-bundle
- Owner: pdir
- License: lgpl-3.0
- Created: 2020-10-08T10:14:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T10:21:06.000Z (almost 6 years ago)
- Last Synced: 2025-02-04T04:28:01.724Z (over 1 year ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contao File Fill Bundle
## Tests, Cs Fixer, check Contao coding standards
# Download
wget https://cs.symfony.com/download/php-cs-fixer-v2.phar -O php-cs-fixer
wget -O phpunit https://phar.phpunit.de/phpunit-8.phar
# Run
php php-cs-fixer
php phpunit
sh vendor/bin/ecs check src tests --config vendor/contao/easy-coding-standard/config/default.php