All notable changes to laravel-stubs
will be documented in this file
- Add event stub by @geidelguerra in spatie/laravel-stubs#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/laravel-stubs#18
- @Xammie made their first contribution in spatie/laravel-stubs#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/laravel-stubs#17
- @geidelguerra made their first contribution in spatie/laravel-stubs#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/laravel-stubs#15
- Improved behaviour when stubs are updated by @chrisinit in spatie/laravel-stubs#16
- @erikn69 made their first contribution in spatie/laravel-stubs#15
- @chrisinit made their first contribution in spatie/laravel-stubs#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/laravel-stubs#13
- Publish service provider stub by @mikemand in spatie/laravel-stubs#14
- @llabbasmkhll made their first contribution in spatie/laravel-stubs#13
- @mikemand made their first contribution in spatie/laravel-stubs#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