We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Update composer.json
Merge branch 'master' of github.com:barryvdh/laravel-ide-helper
Check on actual model, not facade Fixes barryvdh#311
Fix meta for 5.2 seeder Fixes barryvdh#287
Merge pull request barryvdh#294 from bytestream/master Fixes barryvdh#293
Bump version
Add generic factory
Update compiled locations
Catch non-existant class fatal exceptions Add autoloader that throws an error, so we can catch errors instead of fatal crashes. Fixes barryvdh#220