Remove Public\index.php from URL using htaccess
Create root below two & update with below, index.php<?php/** * Laravel – A PHP Framework For Web Artisans * * @package Laravel * @author Taylor Otwell <taylor@laravel.com> */$uri = urldecode( parse_url($_SERVER[‘REQUEST_URI’], PHP_URL_PATH));// This file allows us to emulate Apache’s “mod_rewrite”…