Skip to content

0.7.13

Compare
Choose a tag to compare
@canvural canvural released this 14 Oct 07:42
60f19f8

Fixed

Added

  • Support global macros on the eloquent query builder.
  • Partial support for defining columns with foreignIdFor in migrations. (#932) Thanks @Josh-G
  • Extension for collect helper and Collection::make (#904)
  • Support for scopes defined in model docblocks (88422fb)
  • rescue helper stub (#961) Thanks @jrmajor
  • Added trait_exists to ensure orchestra/testbench is installed for packages. (#957) Thanks @rajyan
  • Larastan now finds Laravel app even if it's not in the current working directory