Fixed
- Fixed
Dynamic call to static method
error for regular methods to work withphpstan-strict-rules
. (#483, #917)
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 andCollection::make
(#904) - Support for scopes defined in model docblocks (88422fb)
rescue
helper stub (#961) Thanks @jrmajor- Added
trait_exists
to ensureorchestra/testbench
is installed for packages. (#957) Thanks @rajyan - Larastan now finds Laravel app even if it's not in the current working directory