Skip to content

Commit c792fe0

Browse files
committed
Fix cs
1 parent bee50ab commit c792fe0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@
1010
This package is a plugin of [Laravel DataTables](https://github.com/yajra/laravel-datatables) for handling server-side function of exporting the table as csv, excel, pdf and printing.
1111

1212
## Requirements
13+
1314
- [PHP >=7.0](http://php.net/)
1415
- [Laravel 5.x](https://github.com/laravel/framework)
1516
- [Laravel DataTables 9.x](https://github.com/yajra/laravel-datatables)
1617
- [jQuery DataTables v1.10.x](http://datatables.net/)
1718
- [jQuery DataTables Buttons Extension](https://datatables.net/reference/button/)
1819

1920
## Documentations
21+
2022
- [Laravel DataTables Documentation](http://yajrabox.com/docs/laravel-datatables)
2123

2224
## Laravel Version Compatibility
@@ -27,12 +29,15 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
2729
| 9.x | 9.x |
2830

2931
## Quick Installation
32+
3033
`composer require yajra/laravel-datatables-buttons:^9.0`
3134

3235
#### Service Provider (Optional on Laravel 5.5)
36+
3337
`Yajra\DataTables\ButtonsServiceProvider::class`
3438

3539
#### Configuration and Assets (Optional)
40+
3641
`$ php artisan vendor:publish --tag=datatables-buttons --force`
3742

3843
And that's it! Start building out some awesome DataTables!

0 commit comments

Comments
 (0)