spatie / larabank-traditional

Larabank built traditionally

Home Page:https://spatie.be/docs/laravel-event-sourcing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Larabank built traditionally đź“˝

Larabank accounts page

This is an example app used in the documentation of laravel-event-sourcing.

Support us

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.

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 logging in with user "user@larabank.com", password "password"

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Larabank built traditionally

https://spatie.be/docs/laravel-event-sourcing


Languages

Language:PHP 84.0%Language:Blade 15.4%Language:Vue 0.5%