laravel-mobile-jump
by iamdevroyal
Scan a QR code to instantly preview your Laravel app on any Android phone over local Wi-Fi
laravel-boot-up
by igne-agency
Boot a Laravel project on any machine with one command: php artisan app:up installs missing tools (PHP, Node, Composer, Herd, Docker), creates .env, sets up the database, runs migrations, builds assets and serves via Herd, Sail or artisan serve, then runs Laravel's own dev terminal and cleanly stops everything it started when you quit it; app:down does the same on demand. Also exports deployment scripts for Laravel Forge and fortrabbit (generate:deploy-script) and generates CI/CD pipelines with linting, tests and webhook deploys for GitHub Actions and Bitbucket Pipelines (generate:pipeline). Development only - not for production use.
laravel-config-explorer
by scabarcas
Browse and search Laravel's runtime config() tree in the browser. For local debugging.
laravel-dev-tools
by zairakai
The unified and centralized development toolkit for Laravel projects - Pint, PHPStan, Rector, PHP Insights, git hooks, and GitLab CI pipeline templates