bootstrap/cache/config.php:800 file not found code example
Example: clear bootstrap cache laravel
Clear cache before you deploy the application
php artisan cache:clear
Clear cache manually
rm -rf bootstrap/cache/*
Clear cache before you deploy the application
php artisan cache:clear
Clear cache manually
rm -rf bootstrap/cache/*