The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
ArtisanGPT
API
Laravel Version
11.x
config:publish
🖥
config:publish
Publish configuration files to your application
Options
all
- Publish all configuration files
Optional
force
- Overwrite any existing configuration files
Optional
Arguments
name
- The name of the configuration file to publish
Optional
php artisan config:publish [--all] [--force] [--] [<name>]
Click to copy