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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -794,13 +794,13 @@ For more about the Laravel installation click [here](https://laravel.com/docs/ma
794
794
795
795
By default LaraDock assumes the Laravel application is living in the parent directory of the laradock folder.
796
796
797
-
Since the new Laravel application is in the `my-cool-app` folder, we need to replace `../:/var/www/laravel` with `../my-cool-app/:/var/www/laravel`, as follow:
797
+
Since the new Laravel application is in the `my-cool-app` folder, we need to replace `../:/var/www` with `../my-cool-app/:/var/www`, as follow:
798
798
799
799
```yaml
800
800
application:
801
801
build: ./application
802
802
volumes:
803
-
- ../my-cool-app/:/var/www/laravel
803
+
- ../my-cool-app/:/var/www
804
804
...
805
805
```
806
806
4 - Go to that folder and start working..
@@ -1114,7 +1114,7 @@ We also recommend [setting the timezone in Laravel](http://www.camroncade.com/ma
1114
1114
You can add your cron jobs to `workspace/crontab/root` after the `php artisan` line.
0 commit comments