Libraries tagged by app env
envor/one-app
4284 Downloads
Database per team starter kit for Laravel based on Laravel Jetstream and Livewire
janisto/yii2-environment
34619 Downloads
Environment class for Yii 2, used to set configuration for console and web apps depending on the server environment.
jardiscore/app
103 Downloads
HTTP delivery layer for Jardis domains — FastRoute routing behind an own interface, a PSR-15 middleware pipeline, and the canonical DomainResponse-to-PSR-7 envelope mapper. No generated domain ever imports it.
venditan/appengine-deploy
6830 Downloads
Environment and Deployment Manager for Google App Engine Applications
umar-jimoh/laravel-secretsync
170 Downloads
Sync secrets from secret managers into your Laravel app with ease.
jeffersongoncalves/laravel-queue-consumer
40 Downloads
Dispatch Laravel queue jobs from ephemeral review environments to a central hub over HTTP instead of running a local queue worker.
68publishers/i18n
4778 Downloads
Internationalization and localization your app with a minimum effort.
gverschuur/laravel-robotstxt
52 Downloads
Set the robots.txt content dynamically based on the Laravel app environment.
shanginn/som
6545 Downloads
CLI tool to interact with PHP app inside docker compose env
krinkle/toollabs-base
8988 Downloads
Framework for web apps in Wikimedia's Toolforge environment.
mehrancodes/veyoze
721 Downloads
A CLI tool to Quickly create On-Demand preview environment for your apps.
brightmachine/scrutiny
2374 Downloads
Scrutiny checks over your environment to make sure your app is running as it should be – use Oh Dear or Pingdom to check it
werx/config
27164 Downloads
Use environment-specific configuration files in your app.
omaralalwi/laravel-deployer
79 Downloads
Laravel Deployer: Streamlined Deployment for Laravel and Node.js, with Zero-Downtime and various environments and branches, deploying your Laravel apps become simple and stress-free endeavor.
igne-agency/laravel-boot-up
174 Downloads
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.