This is an example app used in the documentation of laravel-event-sourcing.
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
- 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 logging in with user "[email protected]", password "password"
The MIT License (MIT). Please see License File for more information.