Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 699 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 699 Bytes

Laravel Logo

Introduction

  • Laravel 10
  • PHP 8.1 - 8.3
  • DB MySQL

Installation

  • composer install
  • generate file .env or copy from file .env.example and comfiguration with databases
  • php artisan key:generate
  • php artisan migrate
  • php artisan db:seed
  • for update Customer Wallet using queue (php artisan queue:work)

Access Admin Dashboard

  • username: admin
  • password: password123!

URL API for third parties

  • http://domain_app/api/deposit