Basic transactions manager made with Laravel 5.8 and Vue.JS
php artisan migrate
- To seed all tables use:
php artisan db:seed --class=TransactionsManagerSeeder
- To seed only users and user_transaction_accounts tables use:
php artisan db:seed --class=UserTransactionAccountsSeeder
OR
php artisan db:seed
php artisan serve