Skip to content

Commit 6fe1caa

Browse files
Update README.md
1 parent 2d76394 commit 6fe1caa

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

README.md

+4-15
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,14 @@
11

22
### Passo a passo
3-
Clone Repositório
4-
```sh
5-
git clone [https://github.com/especializati/setup-docker-laravel.git](https://github.com/claudiomecenas/Laravel-11-com-Jetstream)
6-
```
7-
8-
Clone os Arquivos do Laravel
9-
```sh
10-
git clone https://github.com/laravel/laravel.git app-laravel
11-
```
123

134

14-
Copie os arquivos docker-compose.yml, Dockerfile e o diretório docker/ para o seu projeto
15-
```sh
16-
cp -rf setup-docker-laravel/* app-laravel/
17-
```
5+
Clone
186
```sh
19-
cd app-laravel/
7+
git clone main git@github.com:claudiomecenas/Laravel-11-com-Jetstream.git app-laravel
208
```
219

2210

11+
2312
Crie o Arquivo .env
2413
```sh
2514
cp .env.example .env
@@ -28,7 +17,7 @@ cp .env.example .env
2817

2918
Atualize as variáveis de ambiente do arquivo .env
3019
```dosini
31-
APP_NAME="Especializa Ti"
20+
APP_NAME="AppName"
3221
APP_URL=http://localhost:8989
3322

3423
DB_CONNECTION=mysql

0 commit comments

Comments
 (0)