Class DataTablesMakeCommand
Class DataTablesMakeCommand.
- Illuminate\Console\GeneratorCommand
- Yajra\Datatables\Generators\DataTablesMakeCommand
Namespace: Yajra\Datatables\Generators
Package: Yajra\Datatables\Generators
Author: Arjay Angeles aqangeles@gmail.com
Located at Generators/DataTablesMakeCommand.php
Package: Yajra\Datatables\Generators
Author: Arjay Angeles aqangeles@gmail.com
Located at Generators/DataTablesMakeCommand.php
protected
string
|
|
protected
string
|
|
protected
mixed
|
|
protected
|
|
protected
string
|
|
protected
array
|
|
protected
boolean
|
|
protected
string
|
|
protected
string
|
|
protected
|
|
protected
|
protected
string
|
$name
The console command name. |
#
'datatables:make'
|
protected
string
|
$description
The console command description. |
#
'Create a new DataTable service class.'
|
protected
string
|
$type
The type of class being generated. |
#
'DataTable'
|
protected
string
|
$model
The model class to be used by dataTable. |
|
protected
string
|
$filename
DataTable export filename. |