laravel-boot-up
by igne-agency
Boot a Laravel project on any machine with one command: app:serve installs missing tools (PHP, Node, Composer, Herd, Docker), creates .env, sets up the database, runs migrations, builds assets, starts a queue worker and serves via Herd, Sail or artisan serve; app:down cleanly stops everything it started. Also exports deployment scripts for Laravel Forge and fortrabbit (app:deploy-script) and generates CI/CD pipelines with linting, tests and webhook deploys for GitHub Actions and Bitbucket Pipelines (app:pipeline). Development only - not for production use.
laravel-health-monitor
Check the health of any PHP/Laravel package before you install it. Health score, Laravel compatibility check, alternatives and optional AI verdict — powered by live Packagist + GitHub data.
laravel-pipeline-engine
by hatchyu
A reusable, configurable, and extensible CI/CD pipeline engine for Laravel projects.
laravel-artifact-deployer
by rekuest
Artifact-based post-deploy runner for Laravel (secure unzip/extract + configurable artisan pipeline).
laravel-envsync
by fragly
A Laravel package that compares and syncs your .env with .env.example for safer CI/CD environments.
laravel-cidi
laravel-cidi is a powerful Laravel package that auto-generates Docker setup and CI/CD workflows. Simplify Laravel deployment, pipeline, DevOps, and cloud integration with ready Dockerfile, docker-compose, and GitHub Actions. Fast, scalable, and time-saving for modern Laravel apps.
laravel-configrypt
by grazulex
Encrypt sensitive values in your Laravel .env file and decrypt them automatically at runtime — safe, seamless, and config-driven.
laravel-reductor
ML-powered test suite optimization for Laravel - Reduce CI/CD time by identifying redundant tests