Commands.app

php artisan config:show

Development

Display configuration values

Examples
Common usage examples

Show database configuration

php artisan config:show database

Show specific config value

php artisan config:show database.connections.mysql
Related Commands
You might also find these useful