This repo contains a Laravel app with a dev version of the laravel-event-projector installed into it.
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
- Clone the repo
- Copy
.env.example
to.env
- Run
composer install
- Run
php artisan migrate:fresh --seed
After these steps you should have many StoredEvent
s. The accounts
and transaction_counts
tables should be filled.