So, I\'m running xampp on Windows. I\'m currently trying to get familiar with the laravel framework. Now, when thats pointed out. How can i be able to access my laravel appl
Add following code to htaccess file. It may helps you.
RewriteEngine On RewriteRule ^(.*)$ public/$1 [L]