dubroquin/datatables

Fork of yajra/laravel-vuetable-oracle to use it with vuetable2

7.7.12 2017-08-28 13:05 UTC

This package is not auto-updated.

Last update: 2024-03-20 18:55:48 UTC


README

This package is a fork of yajra/laravel-vuetable created by Arjay Angeles aqangeles@gmail.com

Requirements

Laravel Version Compatibility

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

Laravel 5.4 Upgrade Guide

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.

Quick Installation

$ composer require yajra/laravel-vuetable-oracle:^7.5

Service Provider

dubroquin\vuetable\vuetableServiceProvider::class

Facade

vuetable facade is automatically registered as an alias for dubroquin\vuetable\Facades\vuetable class.

Configuration and Assets

$ php artisan vendor:publish --tag=vuetable

And that's it! Start building out some awesome vuetable!

Debugging Mode

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.

PHP ARTISAN SERVE BUG

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.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email aqangeles@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Buy me a coffee

Click here to lend your support to: Laravel vuetable and make a donation at pledgie.com !