remove /public url

  1. K

    Steps to remove /public from Laravel URL

    If you want to use laravel directly with its domain name then you have to check below steps: For security reason you have to take backup of your .htaccess file with below command: cp -vi .htaccess{,.bak} Now you have to add below code in your .htaccess file. RewriteEngine On RewriteCond...
Top