Skip to content

Commit f6b1ce0

Browse files
committed
docs: fix info about APP_URL
1 parent 51a1f0c commit f6b1ce0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,18 +141,18 @@ Then in file ".env" complete this database configuration:
141141
* DB_USERNAME=root
142142
* DB_PASSWORD=
143143

144-
### If your project is in subfolder
144+
### Set APP_URL
145145

146146
> If your project url looks like: example.com/sub-folder
147147
Then go to `my-project/.env`
148148
And modify this line:
149-
```php
150-
APP_URL = '';
151-
```
149+
150+
* APP_URL = ;
151+
152152
To make it look like this:
153-
```php
154-
APP_URL = 'http://example.com/sub-folder';
155-
```
153+
154+
* APP_URL = http://example.com/sub-folder;
155+
156156

157157
### Next step
158158

0 commit comments

Comments
 (0)