Answers for "fixing http error laravel on ubuntu"

PHP
0

fixing http error laravel on ubuntu

php artisan cache:clear
php artisan clear-compiled
sudo chmod -R 777 storage
composer dump-autoload
php artisan optimize
Posted by: Guest on February-24-2022

Browse Popular Code Answers by Language