Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 492 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 492 Bytes

Follow the following steps.

- Run cp .env.example .env in terminal

-- Register on pusher.com to get id,key,secret,cluster and update PUSHER_APP_ID, PUSHER_APP_KEY, PUSHER_APP_SECRET, PUSHER_APP_CLUSTER

-- For testing sake go to /app/Http/Controllers/Auth/LoginController.php on line 38 change $rand = "1234" or any other number of your choice. This value will be used as otp code in the mobile app.

Clone mobile app