Laravel Artisan Config Command: The config:clear Command
The config:clear command is used to delete the configuration cache file created by config:cache. It will remove the bootstrap/cache/config.php file by default. Use the php artisan config:clear command to clear the configuration cache.