https://github.com/spatie/larabank-projectors
Larabank built with projectors
https://github.com/spatie/larabank-projectors
event-sourcing laravel laravel-event-projector php
Last synced: about 1 year ago
JSON representation
Larabank built with projectors
- Host: GitHub
- URL: https://github.com/spatie/larabank-projectors
- Owner: spatie
- Created: 2019-02-07T14:55:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T16:24:42.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T03:43:18.040Z (about 1 year ago)
- Topics: event-sourcing, laravel, laravel-event-projector, php
- Language: PHP
- Homepage: https://spatie.be/docs/laravel-event-sourcing
- Size: 3.08 MB
- Stars: 71
- Watchers: 4
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[
](https://supportukrainenow.org)
# Larabank built with projectors 📽

This is an example app used in the documentation of [laravel-event-projector](https://spatie.be/docs/laravel-event-sourcing).
## Support us
[
](https://spatie.be/github-ad-click/larabank-projectors)
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
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](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
## Getting started
- Clone the repo
- copy `env.example` to `.env`
- set the `DB_` environment variables in `.env` to your liking
- create a database with the name specified in `DB_DATABASE`
- `composer install`
- `yarn`, `yarn run dev` (or the npm equivalents)
- migrate and seed the database with `php artisan migrate:fresh --seed`
- you can now loging in with user "user@larabank.com", password "secret"
## Credits
- [Freek Van der Herten](https://github.com/freekmurze)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.