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 125eaf8 commit 6ccc709Copy full SHA for 6ccc709
README.md
@@ -47,12 +47,12 @@ docker container exec -t -i [dockerlaravelapidev_php_1 or container Id] bash
47
```bash
48
composer install && cp .env.example .env && php artisan key:generate && php artisan migrate
49
chmod 755 -R storage
50
-# foward to the port 80, go to localhost and enjoy! ...
+# forward to the port 80, go to localhost and enjoy!...
51
```
52
##### Play With Docker (PWD)
53
54
composer install && php artisan migrate
55
56
57
58
### How to fix Error: laravel.log could not be opened?
0 commit comments