Laravel 8

Laravel 8 HTACESS
<IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)$ public/$1 [L] </IfModule>
Sun, 21 Nov, 2021 at 12:49 PM