rappasoft / laravel-livewire-tables-demo

Laravel Livewire Tables Demo
19 stars 18 forks source link

Class 'Rappasoft\LaravelLivewireTables\DataTableComponent' not found #4

Closed maarufadam closed 2 years ago

maarufadam commented 2 years ago

I am using PHP 7.3, Laravel 8.83.3,

When I setup this package in my project, I gives me this error.

Error

Class 'Rappasoft\LaravelLivewireTables\DataTableComponent' not found

at app/Http/Livewire/AccreditedFaqsTable.php:12 8▕ use Illuminate\Database\Eloquent\Builder; 9▕ use Rappasoft\LaravelLivewireTables\DataTableComponent; 10▕ use Rappasoft\LaravelLivewireTables\Views\Column; 11▕ ➜ 12▕ class AccreditedFaqsTable extends DataTableComponent 13▕ { 14▕ public bool $columnSelect = true; 15▕ public string $defaultSortColumn = 'sort'; 16▕ public bool $reorderEnabled = true;

  +2 vendor frames 

3 [internal]:0 Composer\Autoload\ClassLoader::loadClass()

4 [internal]:0 spl_autoload_call()

rappasoft commented 2 years ago

If this is still an issue please post it on the actual package repository.