PHP Class Laralib\L5scaffold\Makes\MakeRoute

Inheritance: use trait Illuminate\Console\AppNamespaceDetectorTrait, use trait MakerTrait
Show file Open project: laralib/l5scaffold

Public Methods

Method Description
__construct ( ScaffoldMakeCommand $scaffoldCommand, Illuminate\Filesystem\Filesystem $files ) : void Create a new instance.

Protected Methods

Method Description
compileRouteStub ( ) : string Compile the migration stub.

Private Methods

Method Description
start ( ) : void Start make controller.

Method Details

__construct() public method

Create a new instance.
public __construct ( ScaffoldMakeCommand $scaffoldCommand, Illuminate\Filesystem\Filesystem $files ) : void
$scaffoldCommand Laralib\L5scaffold\Commands\ScaffoldMakeCommand
$files Illuminate\Filesystem\Filesystem
return void

compileRouteStub() protected method

Compile the migration stub.
protected compileRouteStub ( ) : string
return string