Property | Type | Description | |
---|---|---|---|
$appends | array | Additional attributes to include in the JSON representation. | |
$casts | array | The attributes that should be casted to native types. | |
$fillable | array | The attributes that are mass assignable. | |
$visible | array | Fields to show in the JSON presentation. |
Method | Description | |
---|---|---|
getCommandCountAttribute ( ) : integer | Define a accessor for the count of projects. | |
getConfigCountAttribute ( ) : integer | Define a accessor for the count of config files. | |
getFileCountAttribute ( ) : integer | Define a accessor for the count of persistent files. | |
getPresenter ( ) : |
Gets the view presenter. | |
getVariableCountAttribute ( ) : integer | Define a accessor for the count of env variables. | |
scopeTemplates ( |
Query scope to only show templates. |
public getCommandCountAttribute ( ) : integer | ||
return | integer |
public getConfigCountAttribute ( ) : integer | ||
return | integer |
public getFileCountAttribute ( ) : integer | ||
return | integer |
public getPresenter ( ) : |
||
return |
public getVariableCountAttribute ( ) : integer | ||
return | integer |
public scopeTemplates ( |
||
$query | ||
return |
protected array $appends | ||
return | array |
protected array $casts | ||
return | array |
protected array $fillable | ||
return | array |
protected array $visible | ||
return | array |