Skip to content
(追記) (追記ここまで)

Installation

Installation

Requirements

Installing Laravel DataTables

Laravel DataTables can be installed with Composer. More details about this package in Composer can be found here.

Run the following command in your project to get the latest version of the package:

composer requireyajra/laravel-datatables-oracle:"^12.0"

If you use most of the DataTables plugins like Buttons & HTML, you can use the all-in-one installer package.

composer requireyajra/laravel-datatables:"^12.0"

Configuration

This step is optional if you are using Laravel 5.5+

Open the file config/app.php or bootstrap/providers.php for Laravel 12 then add following service provider.

'providers'=> [
// ...
Yajra\DataTables\DataTablesServiceProvider::class,
],

After completing the step above, use the following command to publish configuration & assets:

php artisanvendor:publish--tag=datatables

AltStyle によって変換されたページ (->オリジナル) /