Answers for "laravel deploy without moving public directory"

PHP
0

laravel deploy without moving public directory

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^(.*)$ public/ [L]
</IfModule>
Posted by: Guest on April-09-2021

Code answers related to "laravel deploy without moving public directory"

Browse Popular Code Answers by Language