Loading...
Loading...
Verification loop for Laravel projects: env checks, linting, static analysis, tests with coverage, security scans, and deployment readiness.
npx skill4agent add affaan-m/everything-claude-code laravel-verificationphp -v
composer --version
php artisan --version.envAPP_DEBUG=falseAPP_ENVproductionstaging./vendor/bin/sail php -v
./vendor/bin/sail artisan --versioncomposer validate
composer dump-autoload -ovendor/bin/pint --test
vendor/bin/phpstan analysevendor/bin/psalmphp artisan testXDEBUG_MODE=coverage php artisan test --coveragevendor/bin/pint --test
vendor/bin/phpstan analyse
XDEBUG_MODE=coverage php artisan test --coveragecomposer auditphp artisan migrate --pretend
php artisan migrate:statusY_m_d_His_*2025_03_14_154210_create_orders_table.phpdown()php artisan optimize:clear
php artisan config:cache
php artisan route:cache
php artisan view:cachestorage/bootstrap/cache/php artisan schedule:list
php artisan queue:failedphp artisan horizon:statusqueue:monitorphp artisan queue:monitor default --max=100syncphp artisan tinker --execute="dispatch((new App\\Jobs\\QueueHealthcheck())->onQueue('healthcheck'))"
php artisan queue:work --once --queue=healthcheckphp -v
composer --version
php artisan --version
composer validate
vendor/bin/pint --test
vendor/bin/phpstan analyse
php artisan test
composer audit
php artisan migrate --pretend
php artisan config:cache
php artisan queue:failedcomposer validate
composer dump-autoload -o
vendor/bin/pint --test
vendor/bin/phpstan analyse
XDEBUG_MODE=coverage php artisan test --coverage
composer audit
php artisan migrate --pretend
php artisan optimize:clear
php artisan config:cache
php artisan route:cache
php artisan view:cache
php artisan schedule:list