Navigation Menu

Skip to content

Commit

Permalink
Initialized Laravel Vapor
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniCodeMonkey committed Sep 3, 2019
1 parent 927147c commit a317661
Show file tree
Hide file tree
Showing 4 changed files with 803 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -10,3 +10,6 @@ Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
.vapor/
.env.production
.env.staging
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -11,7 +11,8 @@
"php": "^7.2",
"fideloper/proxy": "^4.0",
"laravel/framework": "^6.0",
"laravel/tinker": "^1.0"
"laravel/tinker": "^1.0",
"laravel/vapor-core": "^1.0"
},
"require-dev": {
"facade/ignition": "^1.4",
Expand Down

0 comments on commit a317661

Please sign in to comment.