Вся фигня может быть в 2-3 причинах…
1. Зайдите в папку publuc и править .htaccess
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
2.
Права
sudo chmod -R o+w storage/
sudo chmod -R o+w vendor
php artisan config:cache
3.
a2enmod rewrite