laravel-api-handler icon indicating copy to clipboard operation
laravel-api-handler copied to clipboard

Package providing helper functions for a Laravel REST-API

Results 14 laravel-api-handler issues
Sort by recently updated
recently updated
newest added
trafficstars

Do you plan on adding support for Laravel 5.5 resources?

enhancement
v1.0

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: ```...

enhancement

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...