Laravel Packages

Laravel Dot Env Generator

Published
Laravel Dot Env Generator image

laravel-dot-env-gen is a Laravel package to automatically generate and regenerate your .env file.

To give an example of how this could be beneficial lets pretend we are cloning an existing Laravel application and we are unsure of all the environmental variables that need to be defined.

By running php artisan env:gen the package will automatically scan your code base and create a new file .env.gen which you can then rename and fill out the needed fields for your environment. It will also report any env variables that are defined but are not used in the source code.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
PayZephyr: One Payment API for Stripe, Paystack, and PayPal image

PayZephyr: One Payment API for Stripe, Paystack, and PayPal

Read article
Bifrost Turns One With AI Builds and New Workflows image

Bifrost Turns One With AI Builds and New Workflows

Read article
Preview Blade Templates in macOS Finder with Quick Blade image

Preview Blade Templates in macOS Finder with Quick Blade

Read article
Artisan Debugging Commands in Laravel Telescope 5.24.0 image

Artisan Debugging Commands in Laravel Telescope 5.24.0

Read article
Queue totalSize() and JobInterrupted Event in Laravel 13.31 image

Queue totalSize() and JobInterrupted Event in Laravel 13.31

Read article
Find Unexpected Test Inputs with Fuzz for Pest image

Find Unexpected Test Inputs with Fuzz for Pest

Read article