Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
"scripts": { "test": "phpunit --colors=always", "lint": "php-cs-fixer fix", "analyse": "phpstan analyse src --level=8", "build": ["@lint", "@analyse", "@test"], "post-install-cmd": ["php artisan optimize"], "post-update-cmd": ["php artisan optimize:clear"] } // Run with: composer test or composer run build
Result
Open