Commit 6fe1caa 1 parent 2d76394 commit 6fe1caa Copy full SHA for 6fe1caa
File tree 1 file changed +4
-15
lines changed
1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 1
1
2
2
### 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
- ```
12
3
13
4
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
18
6
``` sh
19
- cd app-laravel/
7
+ git clone main git@github.com:claudiomecenas/Laravel-11-com-Jetstream.git app-laravel
20
8
```
21
9
22
10
11
+
23
12
Crie o Arquivo .env
24
13
``` sh
25
14
cp .env.example .env
@@ -28,7 +17,7 @@ cp .env.example .env
28
17
29
18
Atualize as variáveis de ambiente do arquivo .env
30
19
``` dosini
31
- APP_NAME =" Especializa Ti "
20
+ APP_NAME =" AppName "
32
21
APP_URL =http://localhost:8989
33
22
34
23
DB_CONNECTION =mysql
You can’t perform that action at this time.
0 commit comments