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 8fce37c commit 9585a32Copy full SHA for 9585a32
README.md
@@ -5,5 +5,27 @@
5
# Laravel Dockerized
6
Laravel easy docker environment.
7
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
17
18
+Write the following code to the directory where your project folder is located on the terminal.
19
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