Skip to content

Commit

Permalink
Update Laravel Version and add IDE Helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Insa committed May 31, 2017
1 parent 2adf311 commit a4ab68e
Show file tree
Hide file tree
Showing 4 changed files with 409 additions and 212 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -9,4 +9,6 @@ Homestead.json
Homestead.yaml
.env
npm-debug.log
.DS_Store
.DS_Store
_ide_helper.php
.phpstorm.meta.php
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -7,6 +7,7 @@
"require": {
"php": ">=5.6.4",
"alaouy/youtube": "^1.2",
"barryvdh/laravel-ide-helper": "^2.3",
"doctrine/dbal": "^2.5",
"graham-campbell/github": "^5.1",
"ixudra/curl": "^6.10",
Expand Down Expand Up @@ -47,6 +48,8 @@
],
"post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"php artisan ide-helper:generate",
"php artisan ide-helper:meta",
"php artisan optimize"
]
},
Expand Down

0 comments on commit a4ab68e

Please sign in to comment.