Skip to content

Latest commit

 

History

History
executable file
·
24 lines (20 loc) · 720 Bytes

README.md

File metadata and controls

executable file
·
24 lines (20 loc) · 720 Bytes

About project

A simple factor registration for handling driver costs and vehicle cars in a gas company.

It includes:

  • Jwt authentication
  • I18n multi language ( it can be translated very easily )
  • Tailwind css
  • Vuesax vue framework

How to setup

  1. run command : composer install
  2. run command : yarn install
  3. change .env.example File to .env and setup .env database information
  4. run command : php artisan key:generate
  5. run command : php artisan jwt:secret
  6. run command : php artisan migrate
  7. run command : php artisan db:seed
  8. run command : npm rum watch
  9. run command : php artisan serve

test username && password :

username : admin@admin.com password : 123123