Artisan.page

make:config

Create a new configuration file

Terminal
php artisan make:config [-f|--force] [--] <name>

Options

forceOptional

Create the configuration file even if it already exists

Arguments

nameRequired

The name of the config

Aliases

config:make