-
Notifications
You must be signed in to change notification settings - Fork 55
Frequently asked questions
asvae edited this page Aug 14, 2016
·
7 revisions
Api-tester is a tool for Laravel developers, big and small.
- Visualize your application routes.
- Send requests to those routes, configure what you send.
- Save those configured requests.
- Collaborate with your team, as saved requests can be shared via Git or any other VCS.
It employs default Laravel router to get the list of routes and show them to you. To allow that sweet route recognition we use middleware that listens to RouteMatched
event.
Api-tester partially supports DingoApi and support becomes better with time.
We have our reasons:
- For Postman collaboration is not free.
- Postman has no idea about your app's routes.
- Libraries are fun to write. Try and see. :)