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