Skip to content

Laravel Package : Create .env.example with Artisan

License

Notifications You must be signed in to change notification settings

Kuvvu/laravel-make-envexample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Package : Create .env.example with Artisan

Installation

composer require --dev kuvvu/envexample

Configuration

Publish config file:

php artisan vendor:publish --tag=env-example

Use

php artisan make:env.example