Tags: sy26856/api
Tags
Merge pull request dingo#1641 from specialtactics/feature/add-route-u… …rl-generstor-to-api-facade Adds a URL generator function "route" to API facade
Merge pull request dingo#1640 from timjuly/master Missing use of Kernel
Merge pull request dingo#1639 from lloricode/bugfix/illuminate-date Use Illuminate\Support\Carbon for TTLs laravel 5.8 (PSR-16)
Merge pull request dingo#1637 from specialtactics/bugfix/update-to-us… …e-laravel-5.8-cache-ttl Use Cache TTLs using now() - Laravel 5.8 compatibility
Merge pull request dingo#1637 from specialtactics/bugfix/update-to-us… …e-laravel-5.8-cache-ttl Use Cache TTLs using now() - Laravel 5.8 compatibility
Merge pull request dingo#1625 from mallardduck/patch-1 Add new methods to satisfy Application contract for Laravel 5.8
Merge pull request dingo#1619 from specialtactics/feature/implement-p… …aram-pattern-matching Feature/implement param pattern matching
Merge pull request dingo#1138 from cclep/master Fixed 500 error when requesting include that didn't exist
Merge pull request dingo#1592 from gazben/patch-5 Support for custom data includes in transformer
Fix broken Travis (dingo#1531) * rate limit: Limit should apply to all routes Exceeding the rate limit should return 403 for all further requests; the route of the request should not matter. The current behavior is such that exceeding the rate limit will only 403 that particular route. * Updated dev master alias and blueprint version * Fixed dingo blueprint version * Added missing abstract method * Added missing abstract method * Stoped double handling exceptions * Apply fixes from StyleCI * Updated to add missing abstract method
PreviousNext