Libraries tagged by env-guard
laramicstudio/env-guard
0 Favers
5 Downloads
5 Downloads
It lets you define a schema for your .env file — think of it like a contract. When your app boots, it checks your actual .env against that contract and fails loudly and early if something is wrong.It lets you define a schema for your .env file — think of it like a contract. When your app boots, it checks your actual .env against that contract and fails loudly and early if something is wrong.
its-mieger/lara-env-guard
0 Favers
120 Downloads
120 Downloads
Implements checks for laravel applications so that tests are not run in undesired environments
open-laravel/env-guardian
1 Favers
126 Downloads
126 Downloads
Keep your Laravel .env.example in sync with .env - safely and non-destructively