All notable changes to laravel-model-cleanup
will be documented in this file
- add support for PHP 8
- add support for Laravel 8
- add support for soft deletes
- improve command output
- improve command output
- improve command output
- improve command output
- improve command output
- fix config file
- Written from scratch (really)
- add support for Laravel 7
- make recursive directory search configurable (#29)
- add support for Laravel 6
- look for models in subdirs
- drop support for Laravel 5.7 and below
- drop support for PHP 7.1 and below
- add support for Laravel 5.8
- add support for
SoftDeletes
- add support for Laravel 5.7
- Support Laravel 5.6
- fix issues where files with no class caused type errors
- added support for Laravel 5.5
- renamed config file from
laravel-model-cleanup
tomodel-cleanup
- allow v3 of php parser
- Added
ModelWasCleanedUpEvent
- Initial release