Skip to content

Releases: LaraPire/laravel-package

v1.1.0

08 Jun 11:06
7901e6e
Compare
Choose a tag to compare

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

v1.0.2

07 May 23:24
Compare
Choose a tag to compare

changes :

  • Remove force
  • Fix namespaces

Thanks for the bug report.
@mike-a

v1.0.1

14 Apr 00:05
Compare
Choose a tag to compare

changes :

  • Added License
  • Added Screenshots and Update README.md

v1.0.0

13 Apr 23:33
Compare
Choose a tag to compare

changes :

  • Initial release of version 1.0.0