Search

Laravel Artisan Config Command: The config:clear Command

December 7, 2016 —John Koster

The config:clear command is used to remove the configuration cache file created by the config:cache command. By default this command will delete the bootstrap/cache/config.php file.

The following example shows how to call the config:clear command:

1php artisan config:clear