This PHP library makes possible to parse a string parameter and use it to initialize a Filter that can be used on REST APIs; the input string is based on a simplified SQL-like WHERE clause, making it ...
class UserController extends Controller { use Arielsand\MoloquentApiFilter\Traits\FiltersMoloquentApi; public function index(Request $request) { $users = User::query ...