You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package is a plugin of [Laravel DataTables](https://github.com/yajra/laravel-datatables) for handling server-side exporting using Queue and Livewire.
9
+
This package is a plugin of [Laravel DataTables](https://github.com/yajra/laravel-datatables) for handling server-side exporting using Queue, Laravel Excel and Livewire.
10
10
11
11
## Requirements
12
12
@@ -35,7 +35,7 @@ php artisan queue:batches-table
35
35
php artisan migrate
36
36
```
37
37
38
-
#### Service Provider (Optional on Laravel 5.5)
38
+
#### Service Provider (Optional since Laravel 5.5+)
0 commit comments