forked from yajra/laravel-datatables
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Arjay Angeles edited this page Mar 1, 2016
·
2 revisions
composer require yajra/laravel-datatables-oracle:~6.0
For Laravel 4 users, checkout L4 branch or use
composer require yajra/laravel-datatables-oracle:~3.0
.
Once the package was downloaded, open "config/app.php" and register the provider
and alias
of the package:
'providers' => [
...
'Yajra\Datatables\DatatablesServiceProvider',
],
Datatables
facade are automatically registered as an alias for Yajra\Datatables\Datatables class.
$ php artisan vendor:publish --tag=datatables
And that's it! Start building out some awesome DataTables!