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 fa9864f commit 5c05fd6Copy full SHA for 5c05fd6
src/Commands/DatatableMakeCommand.php
@@ -0,0 +1,8 @@
1
+<?php
2
+
3
+namespace Mediconesystems\LivewireDatatables\Commands;
4
5
+class DatatableMakeCommand extends MakeDatatableCommand
6
+{
7
+ protected $signature = 'livewire:datatable {name} {--model=}';
8
+}
0 commit comments