sudo nano /etc/apache2/sites-available/000-default.conf
<Directory /var/www/html/public/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
sudo a2enmod rewrite
apache - laravel the requested url was not found on this server - Stack Overflow