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 51a1f0c commit f6b1ce0Copy full SHA for f6b1ce0
README.md
@@ -141,18 +141,18 @@ Then in file ".env" complete this database configuration:
141
* DB_USERNAME=root
142
* DB_PASSWORD=
143
144
-### If your project is in subfolder
+### Set APP_URL
145
146
> If your project url looks like: example.com/sub-folder
147
Then go to `my-project/.env`
148
And modify this line:
149
-```php
150
-APP_URL = '';
151
-```
+
+* APP_URL = ;
152
To make it look like this:
153
154
-APP_URL = 'http://example.com/sub-folder';
155
+* APP_URL = http://example.com/sub-folder;
156
157
### Next step
158
0 commit comments