A REST Client Inside Your Laravel Projects

A REST Client Inside Your Laravel Projects

Laravel Compass is a package by David H. Sianturi providing a REST client inside your Laravel project:

Laravel Compass is an elegant REST assistant for the Laravel framework that you can use to test API calls and create API documentation. It provides endpoints automatically for GET, POST, PUT/PATCH, DELETE, various auth mechanisms, and other utility endpoints based on Laravel routes in your project.

Compass provides an SPA backend experience with your routes preloaded. That’s right, compass will automatically provide endpoints based on Laravel route definitions. If you’ve ever used Postman, the Laravel Compass UI will feel familiar:

You can learn more about this package, get full installation instructions, and view the source code on GitHub at davidhsianturi/laravel-compass.


Filed in: News / packages


Enjoy this? Get Laravel News delivered straight to your inbox every Sunday.

No Spam, ever. We’ll never share your email address and you can opt out at any time.

via Laravel News
A REST Client Inside Your Laravel Projects