Skip to content

Commit a7c758a

Browse files
committed
Add note to register button service provider.
1 parent ec1975c commit a7c758a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

upgrade.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,16 @@ Service class is now extracted to own plugin, `Buttons Plugin`. If you are using
1414

1515
```sh
1616
composer require yajra/laravel-datatables-buttons:^1.0
17+
```
18+
19+
Register `Yajra\Datatables\ButtonsServiceProder` on 'config/app.php' and publish config.
20+
21+
22+
```php
1723
php artisan vendor:publish --tag=datatables-buttons --force
1824
```
1925

26+
2027
### Html Builder
2128
HTML builder is now extracted to own plugin, If you are using Datatables html builder, you need to perform the following:
2229
> {info} HTML Builder plugin is a prerequisite of Buttons plugin. You can optionally skip this part if already installed the Buttons plugin.

0 commit comments

Comments
 (0)