I\'m trying laravel as a PHP framework, I have already extracted the laravel zip into ~/opt/xampp/htdocs/laravel but when I go to localhost/laravel
~/opt/xampp/htdocs/laravel
localhost/laravel
In your .htaccess file:
RewriteRule ^index.php(.*)$ /public/index.php [L]