All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Laravel 7 support
- Added support for model parameters of
make:controller
,make:factory
,make:observer
andmake:policy
- Laravel 5.8 support
- Replace extended class with macro and afterResolving hooks
- Production mode checking to make comply with the Laravel way.
- Support for Laravel 5.8
- This changlog
- MIT license
- The Provider does not return the model:make command any more in production environment
- Initial version implementing the configurable model make command