File tree Expand file tree Collapse file tree 1 file changed +32
-2
lines changed Expand file tree Collapse file tree 1 file changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,38 @@ This solution enables the streamlined creation of Laravel projects without any a
3434 ## $\mathcal{\color{teal} \text{\Large{if}} }$ **cloned directory** :
3535 \# Simply execute the make app command.
3636
37- make app
37+ make app && make up
3838
3939 ## $\mathcal{\color{teal} \text{\Large{else}} }$ :
4040 \# Modification of the two directory paths depicted below in the `.env` file is required.
41- https://github.com/Easy2-Dev/Docker-for-Laravel/blob/376d367eef01d574b4f4ca62a47f1e93158baf74/temp.env#L3-L4
41+ https://github.com/Easy2-Dev/Docker-for-Laravel/blob/376d367eef01d574b4f4ca62a47f1e93158baf74/temp.env#L3-L4
42+
43+ The two paths presented here necessitate that you indicate the path to your project instead.
44+
45+ ```shell
46+ APP_VOLUMES_SRC= <your project path>/
47+ STATIC_VOLUMES_PUBLIC= <your project path>/public/
48+ ```
49+ Once you have finished making the modification, you may execute the `make up` command.
50+
51+ ```
52+ make up
53+ ```
54+ <table>
55+ <thead>
56+ <tr>
57+ <th>Variable</th>
58+ <th>Description</th>
59+ </tr>
60+ </thead>
61+ <tbody>
62+ <tr>
63+ <td>data1</td>
64+ <td>data2</td>
65+ </tr>
66+ <tr>
67+ <td>data11</td>
68+ <td>data12</td>
69+ </tr>
70+ </tbody>
71+ </table>
You can’t perform that action at this time.
0 commit comments