You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,4 +15,16 @@ make docker-stop
15
15
```
16
16
17
17
## 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