All notable changes to laravel-stubs
will be documented in this file
Full Changelog: https://github.com/maldicore/laravel-stubs/compare/2.4.3...2.4.4
- Add Support for laravel 9 by @maldicore in https://github.com/maldicore/laravel-stubs/pull/4
- Dropping Support for PHP 7.3
- Adding support for laravel 9
- Update event and policy stub
Full Changelog: https://github.com/maldicore/laravel-stubs/compare/2.3.6...2.4.3
- 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 minor bug and favor by @maldicore in https://github.com/maldicore/laravel-stubs/pull/3
Full Changelog: https://github.com/maldicore/laravel-stubs/compare/2.3.5...2.3.6
fix bug where return Command::Success will cause the confusion of IDE
- Fix minor bug and favor by @maldicore in https://github.com/maldicore/laravel-stubs/pull/2
- Return Command:SUCCESS instead of 0
- extend Controller
- use fillable for model
- add authorise to true in form request
- add test to method prefix for phpunit to to work
- add view component stub
Full Changelog: https://github.com/maldicore/laravel-stubs/compare/2.3.3...2.3.4
- add missing stub by @maldicore in https://github.com/maldicore/laravel-stubs/pull/1
- @maldicore made their first contribution in https://github.com/maldicore/laravel-stubs/pull/1
Full Changelog: https://github.com/maldicore/laravel-stubs/compare/2.3.2...2.3.3
Add migration down back and multiline of returning array