api-manager
api-manager copied to clipboard
Api manager you won't hate. Beautify and unify your responses with the least effort possible.
Results
2
api-manager issues
Sort by
recently updated
recently updated
newest added
`php artisan config:publish vinelab/api-manager` is not available anymore. you need to update the docs to this `php artisan vendor:publish --provider="Vinelab\Api\ApiServiceProvider"`
Things like 400, 404, 5xx can have a pre-defined set of functions that return an elegant response: ``` php Api::errorNotFound(); // 404 Api::errorBadRequest(); // 400 Api::errorInternal(); // 500 Api::errorForbidden(); //...
Feature