PHP Class Laratrust\MakeSeederCommand

Inheritance: extends Illuminate\Console\Command
Show file Open project: santigarcor/laratrust

Protected Properties

Property Type Description
$description string The console command description.
$name string The console command name.

Public Methods

Method Description
fire ( ) : void Execute the console command.

Protected Methods

Method Description
createSeeder ( ) : boolean Create the seeder
getMigrationPath ( ) : string Get the seeder path.

Method Details

createSeeder() protected method

Create the seeder
protected createSeeder ( ) : boolean
return boolean

fire() public method

Execute the console command.
public fire ( ) : void
return void

getMigrationPath() protected method

Get the seeder path.
protected getMigrationPath ( ) : string
return string

Property Details

$description protected property

The console command description.
protected string $description
return string

$name protected property

The console command name.
protected string $name
return string