Did you remeber to run composer install on production?
Oct 14, 2020
7
Level 8
Class 'Yajra\DataTables\DataTablesServiceProvider' not found
I am working in a Server where I can't run any SSH command.
I worked on my localhost and installed DataTable using composer require yajra/laravel-datatables-oracle:"~9.0". After completion of Development I uploaded some files and portion of files through cPanel.
I placed Yajra\DataTables\DataTablesServiceProvider::class, in Providers array and 'DataTables' => Yajra\DataTables\Facades\DataTables::class, in Alias array.
I uploaded datatables.php file in config folder.
Now I am getting Class 'Yajra\DataTables\DataTablesServiceProvider' not found error when I am trying to run the application.
Please or to participate in this conversation.