Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 363 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 363 Bytes

J8 Cash payments App

This is the server backend for the mobile app j8 cash android.

How to set it up

  • Clone the repository.
  • Type composer update in your terminal and press enter.
  • rename the .env.example to .env & edit it's contents.
  • Run php artisan config:cache and php artisan config:clear.
  • Run php artisan migrate
  • Start your server.