laravel-api-handler
laravel-api-handler copied to clipboard
Package providing helper functions for a Laravel REST-API
Do you plan on adding support for Laravel 5.5 resources?
Not a issue, but a limitation. While trying to stay away from Facades, these kind of calls in the package forces the host app to be bound to them: ```...
Added max_limit option to config file. This is very helpful for limiting the results that can be fetched. It is very helpful in preventing server abuse by requesting large number...