Laravel package to search through multiple Eloquent models. Supports sorting, pagination, scoped queries, eager load relationships and searching through single or multiple columns.
I have a Laravel 8.54 application. that uses sanctum for authentication. every time I pull in protonemedia/laravel-cross-eloquent-search I get cors errors on all api calls. I have installed every version from 3.0.1 to 2.6.0. The application throws no errors just the cors errors in the browser and once I remove the package the cors errors is gone.
Any Insight on how to fix this?
I have a Laravel 8.54 application. that uses sanctum for authentication. every time I pull in
protonemedia/laravel-cross-eloquent-search
I get cors errors on all api calls. I have installed every version from3.0.1
to2.6.0
. The application throws no errors just the cors errors in the browser and once I remove the package the cors errors is gone. Any Insight on how to fix this?