- For PHP dependencies
composer install
- For Node.js dependencies
npm install
php artisan key:generate
- Open the .env file and configure your database
- configure your Email Details
Warning
First you need to migrate the bank table. Then migrate the rest.
Run the following two codes one after the other.
php artisan migrate --path=/database/migrations/2024_07_26_043735_create_banks_table.php
php artisan migrate
php artisan db:seed
user name : super admin
user email : [email protected]
user password : 12345678
php artisan serve