elasticms / maker-bundle
Allows the creation of a demo site, and the creation of default configurations for website creators.
Installs: 1 895
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 9
Forks: 3
Open Issues: 5
Type:symfony-bundle
Requires
- php: ^7.4
- elasticms/core-bundle: ^1.14
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.18
- mockery/mockery: ^0.9
- phpstan/phpstan: ^0.12
- phpunit/phpunit: ^5.7
- symfony/phpunit-bridge: ^4.4
This package is auto-updated.
Last update: 2022-10-29 02:46:39 UTC
README
Allows the creation of a demo site, and the creation of default configurations for website creators
Coding standards (TODO)
PHP Code Sniffer is available via composer, the standard used is defined in phpcs.xml.diff:
composer phpcs
If your code is not compliant, you could try fixing it automatically:
composer phpcbf
PHPStan is run at level 7, you can check for errors locally using:
composer phpstan