Installation
Requirements
Section titled “Requirements”| Laravel | PHP | Testbench |
|---|---|---|
| 11.x (deprecated) | 8.3, 8.4 | 9.x |
| 12.x | 8.3, 8.4, 8.5 | 10.x |
| 13.x | 8.3, 8.4, 8.5 | 11.x |
PHP: 8.3 – 8.5 · Spatie Laravel Event Sourcing: 7.x
Install
Section titled “Install”composer require albertoarena/laravel-event-sourcing-generatorThat’s it — the package auto-registers its Artisan command. Verify it’s available:
php artisan help make:event-sourcing-domainNext, head to the Quick start to generate your first domain.