Kyslik/column-sortable

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

Opened this issue · 3 comments

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

I has the same problem. Any Solution?

allFilled macro is declared in ColumnSortableServiceProvider

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

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