Back to Matrix Table Support

g-man
g-man

The plugin uses a class that has been removed since Laravel 6. See: https://laravel.com/docs/6.x/upgrade#the-input-facade Fix by changing the class import at "plugins/uxms/matrix/controllers/Datas.php"

Change "use Illuminate\Support\Facades\Input" to "Illuminate\Support\Facades\Request" or simply the october cms class "use Input;"

1-1 of 1