PHP Class Laralib\L5scaffold\Makes\MakeLocalization

Inheritance: 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
compileLocalizationStub ( ) : string Compile the migration stub.
start ( ) : void Start make seed.

Private Methods

Method Description
build ( &$stub )
replaceLocalization ( &$stub )

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

compileLocalizationStub() protected method

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

start() protected method

Start make seed.
protected start ( ) : void
return void