Package Data | |
---|---|
Maintainer Username: | DUBroquin |
Maintainer Contact: | dbroquin@deliverup.com (Donovan Broquin) |
Package Create Date: | 2017-06-23 |
Package Last Update: | 2017-09-04 |
Home Page: | https://yajrabox.com/docs/laravel-datatables |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:02:25 |
Package Statistics | |
---|---|
Total Downloads: | 566 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
This package is a fork of yajra/laravel-vuetable created by Arjay Angeles aqangeles@gmail.com
Laravel | Package :---------|:---------- 4.2.x | 3.x 5.0.x | 6.x 5.1.x | 6.x 5.2.x | 6.x 5.3.x | 6.x 5.4.x | 7.x
There are breaking changes since Laravel 5.4 and vuetable v7.0. If you are upgrading from v6.x to v7.x, please see upgrade guide.
$ composer require yajra/laravel-vuetable-oracle:^7.5
dubroquin\vuetable\vuetableServiceProvider::class
vuetable
facade is automatically registered as an alias for dubroquin\vuetable\Facades\vuetable
class.
$ php artisan vendor:publish --tag=vuetable
And that's it! Start building out some awesome vuetable!
To enable debugging mode, just set APP_DEBUG=true
and the package will include the queries and inputs used when processing the table.
IMPORTANT: Please make sure that APP_DEBUG is set to false when your app is on production.
Please avoid using php artisan serve
when developing with the package.
There are known bugs when using this where Laravel randomly returns a redirect and 401 (Unauthorized) if the route requires authentication and a 404 NotFoundHttpException on valid routes.
It is advise to use Homestead or Valet when working with the package.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email aqangeles@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.