Skip to content

Commit 6941915

Browse files
authored
Update html-installation.md
1 parent a41c7ba commit 6941915

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

html-installation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44

55
Run the following command in your project to get the latest version of the plugin:
66

7-
`composer require yajra/laravel-datatables-html:^9.0`
7+
```
8+
composer require yajra/laravel-datatables-html:^9.0
9+
```
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)