Skip to content

Commit 9585a32

Browse files
committed
updated readme.md
1 parent 8fce37c commit 9585a32

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,27 @@
55
# Laravel Dockerized
66
Laravel easy docker environment.
77

8+
### Support
9+
* nginx
10+
* php-fpm ( v7.2 )
11+
* mysql ( v5.7 )
12+
* redis
13+
* crontab
14+
* supervisor
15+
16+
### Install on Your Laravel Project
817

18+
Write the following code to the directory where your project folder is located on the terminal.
919

20+
1- `git clone git@github.com:kodhub/laravel-dockerized.git .docker`
21+
22+
2- `docker-compose up -d --build`
23+
24+
3- `docker exec -it docker_laravel_1 bash`
25+
26+
4- Your project install steps
27+
28+
29+
### Documentation
30+
31+
coming soon..

0 commit comments

Comments
 (0)