We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a556f2a commit 8802b59Copy full SHA for 8802b59
buttons-console.md
@@ -99,7 +99,7 @@ class PostsDataTable extends DataTable
99
In this example, we will pass a `--model` option to set the model to be used by our DataTable.
100
101
```
102
-php artisan datatables:make PostsDataTable --model=Post
+php artisan datatables:make Posts --model
103
104
105
## Creating a DataTable Scope service class
0 commit comments