- You need to have Heroku Account for deploy project to Heroku. If you don't have one create from here.
- Login Heroku.
- Click Deploy to Heroku button.
- Complete deploy.
- Download Postman.
- Download Postman file
- Import Collection file to Postman.
- Create Environment.
- Add new variable named
api_url
. Your url must beHerokuAppUrl/api/
, for examplehttps://noteexample.herokuapp.com/api/
- Add new variable named
token
. You can get token byregister
orlogin
requests.
The Laravel framework is open-sourced software licensed under the MIT license.