The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
API
Laravel Version
10.x
config:show
🖥
config:show
Display all of the values for a given configuration file
Arguments
config
- The configuration file to show
Required
php artisan config:show <config>
Click to copy