Skip to content

Commit fd9c7af

Browse files
committed
feat(laravel-vapor): configured basic envs
added staging and worker environments
1 parent 359ee63 commit fd9c7af

File tree

6 files changed

+427
-2
lines changed

6 files changed

+427
-2
lines changed

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ npm-debug.log
1212
yarn-error.log
1313
/.idea
1414
/.vscode
15+
.vapor/
16+
.env.production
17+
.env.staging

Diff for: composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"laravel/framework": "^9.11",
1111
"laravel/sanctum": "^2.14.1",
1212
"laravel/tinker": "^2.7",
13-
"laravel/vapor-cli": "^1.39"
13+
"laravel/vapor-cli": "^1.39",
14+
"laravel/vapor-core": "^2.22"
1415
},
1516
"require-dev": {
1617
"fakerphp/faker": "^1.9.1",

0 commit comments

Comments
 (0)