Laravel Ide Macros Versions Save

Generating a helper file for IDEs to support Laravel's macros, as a supplementary to barryvdh's Laravel Ide Helper.

1.5.2

3 years ago
  • Laravel 8 support (#24)

1.5.1

3 years ago

Merged #22:

  • Fix zend types marked as part of the global namespace (#21)

1.4.0

4 years ago
  • Support Laravel 7
  • Fix minimum requirement to be PHP 7.0

1.3.0

4 years ago
  • Support Command macros (#5, @CupOfTea696 )
  • Support __invokable objects (#6, @almas1992 )
  • Support variadic parameters (#8, @inxilpro )
  • Support typed functions (#10, @RobertBoes )
  • Support Laravel 6 (#12, @nuernbergerA )

Thanks for all the contributors! :)

1.2.0

5 years ago
  • #3 by @vaites (Support [Class, Method] callables)
  • #3 by @vaites (Add --filename option)

1.1.0

5 years ago

#2 by @kylekatarnls (Fix compatibility with Carbon >= 1.26)

v1.0.3

6 years ago

v1.0.2

6 years ago

Backwards compatibility with older Laravel versions.

v1.0.1

6 years ago

Fixes

  • Added check to ensure the macros property exists (#1)