Skip to content

Commit eed782b

Browse files
committed
Add section for export plugin
1 parent 5f3347e commit eed782b

3 files changed

+7
-0
lines changed

buttons-installation.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Buttons Plugin Installation
22

3+
Github: https://github.com/yajra/laravel-datatables-buttons
4+
35
Run the following command in your project to get the latest version of the plugin:
46

57
`composer require yajra/laravel-datatables-buttons:^9.0`

fractal-installation.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Fractal Plugin Installation
22

3+
Github: https://github.com/yajra/laravel-datatables-fractal
4+
35
Run the following command in your project to get the latest version of the plugin:
46

57
`composer require yajra/laravel-datatables-fractal:^9.0`

html-installation.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
## Installation
44

5+
Github: https://github.com/yajra/laravel-datatables-html
6+
57
Run the following command in your project to get the latest version of the plugin:
68

79
`composer require yajra/laravel-datatables-html:^9.0`
810

911
## Configuration
12+
1013
> This step is optional if you are using Laravel 5.5
1114
1215
Open the file ```config/app.php``` and then add following service provider.

0 commit comments

Comments
 (0)