Skip to content

Commit 83b8c1f

Browse files
authored
Update buttons-installation.md
1 parent f4bc1d0 commit 83b8c1f

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

buttons-installation.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
# Buttons Plugin Installation
1+
# Buttons Plugin
22

3-
Github: https://github.com/yajra/laravel-datatables-buttons
3+
A Laravel DataTables plugin for handling server-side exporting of table as csv, excel, pdf, etc.
4+
5+
<a name="installation"></a>
6+
## Installation
47

58
Run the following command in your project to get the latest version of the plugin:
69

7-
`composer require yajra/laravel-datatables-buttons:^9.0`
10+
```shell
11+
composer require yajra/laravel-datatables-buttons:^9.0
12+
```
813

14+
<a name="configuratio"></a>
915
## Configuration
16+
1017
> This step is optional if you are using Laravel 5.5
1118
1219
Open the file ```config/app.php``` and then add following service provider.
@@ -21,6 +28,6 @@ Open the file ```config/app.php``` and then add following service provider.
2128

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

24-
```
31+
```shell
2532
php artisan vendor:publish --tag=datatables-buttons
2633
```

0 commit comments

Comments
 (0)