The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
API
Laravel Version
11.x
lang:publish
🖥
lang:publish
Publish all language files that are available for customization
Options
existing
- Publish and overwrite only the files that have already been published
Optional
force
- Overwrite any existing files
Optional
php artisan lang:publish [--existing] [--force]
Click to copy