Answers for "bootstrap/cache/config.php:800 file not found"

PHP
1

clear bootstrap cache laravel

Clear cache before you deploy the application

    php artisan cache:clear

    Clear cache manually

    rm -rf bootstrap/cache/*
Posted by: Guest on December-10-2020

Browse Popular Code Answers by Language