Clear Laravel config and cache To clear Laravel config and cache run the following commands: php artisan config:clear php artisan cache:clear