Skip to content

cecosd/transactions-manager

Repository files navigation

transactions-manager

Basic transactions manager made with Laravel 5.8 and Vue.JS

Migrations and DB

php artisan migrate

Seeding the DB

  1. To seed all tables use:

php artisan db:seed --class=TransactionsManagerSeeder

  1. To seed only users and user_transaction_accounts tables use:

php artisan db:seed --class=UserTransactionAccountsSeeder

OR

php artisan db:seed

Launch

php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors