Skip to content

Commit 6ccc709

Browse files
update Readme
1 parent 125eaf8 commit 6ccc709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ docker container exec -t -i [dockerlaravelapidev_php_1 or container Id] bash
4747
```bash
4848
composer install && cp .env.example .env && php artisan key:generate && php artisan migrate
4949
chmod 755 -R storage
50-
# foward to the port 80, go to localhost and enjoy! ...
50+
# forward to the port 80, go to localhost and enjoy!...
5151
```
5252
##### Play With Docker (PWD)
5353
```bash
5454
composer install && php artisan migrate
55-
# foward to the port 80, go to localhost and enjoy! ...
55+
# forward to the port 80, go to localhost and enjoy!...
5656
```
5757

5858
### How to fix Error: laravel.log could not be opened?

0 commit comments

Comments
 (0)