Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@Rayiumir Rayiumir released this 08 Jun 11:06
7901e6e

Changes :

feat: add modern Laravel package scaffolding with full structure and customization

  • Implemented support for facades, service layer, repository pattern, interfaces
  • Added event/listener system, notifications, middleware, and artisan commands
  • Introduced SymfonyStyle for enhanced CLI UX with confirmation and validation
  • Structured project with PSR-4 namespacing and clear separation of concerns
  • Enabled stub-based generation with customizable templates and placeholders
  • Included 15+ CLI options with --all flag for complete scaffolding
  • Added professional structure: README template, MIT license, .gitignore
  • Prepared for testing with PHPUnit config, base TestCase, and sample tests

Thank you @itashia