Skip to content

Commit 0d34455

Browse files
committed
updated
1 parent d8b7575 commit 0d34455

File tree

2 files changed

+43
-3
lines changed

2 files changed

+43
-3
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**/*.env
2-
# volumes
3-
# src
2+
volumes
3+
src
44
!**/temp*.env

README.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,41 @@
1-
# Docker-for-Laravel
1+
# Easy2-Dev Docker-for-Laravel
2+
3+
This is a Docker-based environment configured for Laravel development.
4+
5+
6+
## 🚀 Elaborating on the intended purpose
7+
This solution enables the streamlined creation of Laravel projects without any additional prerequisites. The only requirement is that Docker be installed on your machine.
8+
9+
10+
### 🧩 Requirements
11+
- `git`
12+
- `make`
13+
- `docker`
14+
- `docker-compose`
15+
16+
## 📜 Instructions for configuring
17+
18+
01. Prior to proceeding, clone this repository.
19+
**HTTPS**
20+
```
21+
git clone https://github.com/Easy2-Dev/Docker-for-Laravel.git
22+
```
23+
### `OR`
24+
25+
**SSH**
26+
```
27+
git clone git@github.com:Easy2-Dev/Docker-for-Laravel.git
28+
```
29+
<br />
30+
31+
02. After completing the cloning process, you can either initiate a new project from within the cloned directory or associate an existing project situated outside of the directory.
32+
<br />
33+
34+
## $\mathcal{\color{teal} \text{\Large{if}} }$ **cloned directory** :
35+
\# Simply execute the make app command.
36+
37+
make app
38+
39+
## $\mathcal{\color{teal} \text{\Large{else}} }$ :
40+
\# 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

0 commit comments

Comments
 (0)