Skip to content

Tags: nthachus/laravel-ide-helper

Tags

v2.4.1

Toggle v2.4.1's commit message
Fix for Laravel 5.5 (barryvdh#540)

Command fire method is now handle

v2.4.0

Toggle v2.4.0's commit message
added L55-support (barryvdh#525)

v2.3.2

Toggle v2.3.2's commit message
Add Eloquent methods back

v2.3.1

Toggle v2.3.1's commit message
Skip eloquent

Fixes #barryvdh#451

v2.3.0

Toggle v2.3.0's commit message
Add documentation in readme.md for Laravel Fluent methods support (ba…

…rryvdh#446)

* Added readme for Fluent methods

* Add readme for Laravel Fluent methods

v2.2.3

Toggle v2.2.3's commit message
Sorting model docs (barryvdh#424)

v2.2.2

Toggle v2.2.2's commit message
Add Fluent helpers (using config option) (barryvdh#404)

* add fluent option to Generator

* add fluent to helper output

* add fluent option to config

* typo

v2.2.1

Toggle v2.2.1's commit message
Update composer.json

v2.2.0

Toggle v2.2.0's commit message
Merge branch 'master' of github.com:barryvdh/laravel-ide-helper

v2.1.4

Toggle v2.1.4's commit message
Check on actual model, not facade

Fixes barryvdh#311