bruno
bruno copied to clipboard
A base API controller for Laravel that gives sorting, filtering, eager loading and pagination for your resources
Method [getRouter] does not exist?
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...
- Fixes faulty `$or`-behaviour due to misinterpreted boolean value parsed from the request - Adds missing space to NOT for ct, sw and ew requests resulting in invalid responses
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 12.x. **Before merging**, you need to: - Checkout the `l12-compatibility`...
It would be really nice if there were some way to sort a listing of endpoints in a collection, either ascending/descending or both. In large collections it is sometimes challenging...