Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

36 lines (24 loc) · 1.1 KB

Changelog

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.

Added

  • 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.

Changed

Deprecated

Removed

Fixed

Security

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