Skip to content

Laravel Env is env manager which help developer to share development and production env credential with their team.

Notifications You must be signed in to change notification settings

talktogauravsingh/laravel-env-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Laravel Env Manager

tag downloads Issues Stars release

What ?

Laravel Env is env manager which help developer to share development and production env credential with their team.

Install (Laravel)

Install via composer

composer require gauravsingh/laravel-env

(only for less than Laravel 7 version) Add Service Provider to config/app.php in providers section

Gaurav\LaravelEnv\LaravelEnvServiceProvider::class,

Add a route in your web routes file:

Route::get('/laravelApp-env', [Gaurav\LaravelEnv\controllers\LaravelEnvController::class, 'index']);

Go to http://myapp/laravelApp-env or some other route

Note

Always use custom route to make your app secure

About

Laravel Env is env manager which help developer to share development and production env credential with their team.

Resources

Stars

Watchers

Forks

Packages

No packages published