Kyslik / column-sortable

Package for handling column sorting in Laravel 5/6/7/8
MIT License
641 stars 105 forks source link

Method Illuminate\Http\Request::allFilled does not exist. #212

Open debansu opened 1 year ago

debansu commented 1 year ago

Everything is working well at my localhost. But, this error is being appeared when uploaded to a server. Please help

renatonasc commented 1 year ago

I has the same problem. Any Solution?

bessone commented 8 months ago

allFilled macro is declared in ColumnSortableServiceProvider

Did you add the service provider with autodiscovery or put it manually in config/app.php?

bkhrupa commented 4 months ago

How do you deploy the code? To copy by FTP?

Do you try php artisan clear-compiled on server? Or delete Laravel copiled files manualy?

It is works for me, because I do not have composer on my server. So, at first I install dependencies localy, then copy vendor dir via scp