Skip to content

Commit 6ae738f

Browse files
change make command
1 parent 237f671 commit 6ae738f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_docs/2-Installation-and-Setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ composer require yazan/laravel-datatable
2929

3030
create grid class
3131
```bash
32-
php artisan make:grid-class exampleGrid
32+
php artisan make:data-grid exampleGrid
3333
```
3434

3535
## client side

_docs/4-Usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
create grid class
2929
```bash
30-
php artisan make:grid-class exampleGrid
30+
php artisan make:data-grid exampleGrid
3131
```
3232

3333
#### step 2

0 commit comments

Comments
 (0)