This is the server backend for the mobile app j8 cash android.
- 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
andphp artisan config:clear
. - Run
php artisan migrate
- Start your server.