1 results for tag "laravel-verification"
Pre-PR / pre-deploy verification pipeline for Laravel projects that runs phases sequentially: env checks, Composer validate, Pint + PHPStan/Psalm, `php artisan test` with coverage, `composer audit`, migration `--pretend` review, and build/deploy readiness checks. Each failing phase gates the next.