Skip to content

Commit

Permalink
add laravel-ide-helper and gitignore generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Naugrimm committed Jan 25, 2019
1 parent cbc1024 commit e2d9ae8
Show file tree
Hide file tree
Showing 3 changed files with 643 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ Homestead.yaml
npm-debug.log
.env
package-lock.json
.phpstorm.meta.php
_ide_helper.php
_ide_helper_models.php
phpcs.xml
phpunit.xml
sftp-config.json
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"ext-sqlite3": "*",
"alt-three/testbench": "^4.0",
"barryvdh/laravel-debugbar": "^3.2",
"barryvdh/laravel-ide-helper": "v2.5.3",
"filp/whoops": "^2.3",
"fzaninotto/faker": "^1.8",
"graham-campbell/analyzer": "^2.1",
Expand Down
Loading

0 comments on commit e2d9ae8

Please sign in to comment.