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 95577b9 commit 125eaf8Copy full SHA for 125eaf8
README.md
@@ -43,13 +43,13 @@ docker container exec -t -i [dockerlaravelapidev_php_1 or container Id] bash
43
```
44
#### Run the following commands:
45
46
-## Compose and Swarm Mode
+##### Compose and Swarm Mode
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! ...
51
52
-## Play With Docker (PWD)
+##### Play With Docker (PWD)
53
54
composer install && php artisan migrate
55
0 commit comments