All notable changes to the Laravel Service Modules Generator will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial release of the Laravel Service Modules Generator package.
- Command to generate service modules:
php artisan service:generate
. - Service module structure including Providers, Repositories, Facades, and optional Exceptions.
- Configuration file for customizing package behavior.
- README with installation and usage instructions.
1.0.0 - 2024-10-09
- Initial stable release
1.1.0 - 2024-10-09
- Added method generation to the command
- Auto register service providers