Laravel-datatables: Class 'Yajra\DataTables\Facades\Datatables' not found

Created on 30 May 2018  路  2Comments  路  Source: yajra/laravel-datatables

I have problem with the class, it gives error "Class 'Yajra\DataTables\Facades\Datatables' not found"

This is my config/app.php

Provider :
Yajra\DataTables\DataTablesServiceProvider::class,
Facade:
'DataTables' => Yajra\DataTables\Facades\DataTables::class,

System details

  • Operating System : Ubuntu 16.04
  • PHP Version : 7.2.5
  • Laravel Version : 5.5.40
  • Laravel-Datatables Version : 8.6.0
documentation question

Most helpful comment

Datatables was updated to DataTables, notice the the capital T. See https://yajrabox.com/docs/laravel-datatables/master/upgrade for details. Thanks!

All 2 comments

Datatables was updated to DataTables, notice the the capital T. See https://yajrabox.com/docs/laravel-datatables/master/upgrade for details. Thanks!

thanks @yajra

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jackrsantana picture jackrsantana  路  3Comments

ghost picture ghost  路  3Comments

Mopster picture Mopster  路  3Comments

techguydev picture techguydev  路  3Comments

vipin733 picture vipin733  路  3Comments