Skip to content

Commit 71e3efe

Browse files
committed
Upgrade README
1 parent 086dff4 commit 71e3efe

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,16 @@ make docker-stop
1515
```
1616

1717
## Customization
18-
Currently in the "lumen" folder you will find the dist 6.2 of Lumen but if you want to customize the dist or use Laravel you can manually configure the docker-compose.yml file indicating where the code of your app resides
18+
Currently in the "lumen" folder you will find the dist 6.2 of Lumen but if you want to customize the dist or use Laravel you can manually configure the docker-compose.yml file indicating where the code of your app resides
19+
20+
## Debugger
21+
If you use PhpStorm you must configure your IDE:
22+
- open Preferences | Languages & Frameworks | PHP | Servers
23+
- add new server named `localhost`
24+
- set host to `localhost`
25+
- set port to `8181`
26+
- enable `use path mapping`
27+
- configure your absolute path
28+
- your Lumen/Laravel app root => `/var/www`
29+
- your Lumen/Laravel app /app root => `/var/www/app`
30+
- your Lumen/Laravel app /public root => `/var/www/public`

0 commit comments

Comments
 (0)