All notable changes to laravel-stubs
will be documented in this file
- Add L11 stubs
- Simplify request and factory by @mokhosh in spatie#32
- remove unnecessary dockblocks by @mokhosh in spatie#28
- add laravel 11 support by @mokhosh in spatie#29
- @mokhosh made their first contribution in spatie#28
Full Changelog: https://github.com/spatie/laravel-stubs/compare/2.5.3...2.5.4
- Update rule stub by @Carnicero90 in spatie#27
- @Carnicero90 made their first contribution in spatie#27
Full Changelog: https://github.com/spatie/laravel-stubs/compare/2.5.2...2.5.3
- support L10
- Polish stubs (by @freekmurze)
- Convert all tests to pest by @alexmanase in spatie#26
- @alexmanase made their first contribution in spatie#26
Full Changelog: https://github.com/spatie/laravel-stubs/compare/2.5.0...2.5.1
- use invokable rule by default
- Updated factory stub to use generics by @Xammie in spatie#21
Full Changelog: https://github.com/spatie/laravel-stubs/compare/2.4.3...2.4.4
- Add event stub by @geidelguerra in spatie#19
Full Changelog: https://github.com/spatie/laravel-stubs/compare/2.4.2...2.4.3
- Remove docblock from policy method by @Xammie in spatie#18
- @Xammie made their first contribution in spatie#18
Full Changelog: https://github.com/spatie/laravel-stubs/compare/2.4.1...2.4.2
- Move orchestra/testbench to dev dependencies by @geidelguerra in spatie#17
- @geidelguerra made their first contribution in spatie#17
Full Changelog: https://github.com/spatie/laravel-stubs/compare/2.4.0...2.4.1
- support Laravel 9
- Fix php-cs-fixer by @erikn69 in spatie#15
- Improved behaviour when stubs are updated by @chrisinit in spatie#16
- @erikn69 made their first contribution in spatie#15
- @chrisinit made their first contribution in spatie#16
Full Changelog: https://github.com/spatie/laravel-stubs/compare/2.3.0...2.3.1
- Update php-cs-fixer.yml by @llabbasmkhll in spatie#13
- Publish service provider stub by @mikemand in spatie#14
- @llabbasmkhll made their first contribution in spatie#13
- @mikemand made their first contribution in spatie#14
Full Changelog: https://github.com/spatie/laravel-stubs/compare/2.2.0...2.3.0
- use anonymous migrations by default
- add support for PHP 8
- use
HasFactory
by default
- add Laravel 8 specific stubs
- allow Laravel 8
- integration with orchestra/canvas (#7)
- fix console output color
- fix
--force
option
- fix service provider name
- initial release