We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47fdb6a commit a156629Copy full SHA for a156629
.env
@@ -1,4 +1,4 @@
1
-APP_ENV = "prod"
+APP_ENV = "dev"
2
3
DB_HOST = "localhost"
4
DB_USER = ""
public/.htaccess
@@ -0,0 +1,5 @@
+RewriteEngine on
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteCond $1 !^(index\.php)
5
+RewriteRule ^(.*)$ /index.php/$1 [L]
0 commit comments