Skip to content

Releases: barryvdh/laravel-ide-helper

Skip Model facade

20 Feb 12:59

Choose a tag to compare

Skip eloquent

Fixes #https://github.com/barryvdh/laravel-ide-helper/issues/451

Support namespaced Facades

14 Feb 15:33

Choose a tag to compare

The format for the IDE Helper has changed to include the full namespaces. This could lead to duplicate class warnings, but should improve imported Facade autocompletion a lot.

Thanks to @zedentox and @leo108 for the help!

Laravel 5.4 support

23 Jan 22:37

Choose a tag to compare

v2.2.3

Sorting model docs (#424)

v2.2.2: Add Fluent helpers (using config option) (#404)

09 Dec 11:13

Choose a tag to compare

* add fluent option to Generator

* add fluent to helper output

* add fluent option to config

* typo