Property | Type | Description | |
---|---|---|---|
$migrationPath | string | Migration file path. |
Method | Description | |
---|---|---|
__construct ( ) : void | Create new Paths instance. | |
controllerPath ( ) : string | Get controller file path. | |
createPath ( ) : string | Get create file path. | |
dirPath ( ) : string | Get views directory path. | |
editPath ( ) : string | Get edit file path. | |
indexPath ( ) : string | Get index file path. | |
modelPath ( ) : string | Get model file path. | |
routePath ( ) : string | Get route file path. | |
showPath ( ) : string | Get show file path. |
Method | Description | |
---|---|---|
migrationPath ( ) : string | Get migration file path. |
public controllerPath ( ) : string | ||
return | string |