Added
- Add support for generating policies in #614
- Add support for iterating over statement in #619
- Use the
Class::dispatch
syntax for class-based events in #620 - Throw an exception when a required model is missing in #622
- Add support for constructor property promotion in #624
- Use
morphs
instead of manually building columns in #627 - Add support for Pest test generation in #625
- Infer
belongsTo
relationships in #652 - Use
foreignId
for consistency in #653
Fixed
- Allow multiple dispatch, fire, notify and send statements in #623
- Omit length for integer values in migrations in #628
- Add missing colon for index method for web controllers in #638
Refactored
- PHPUnit 10 Shift in #606
- Extract
columnName
function intoColumn::columnName
in #621