class Illuminate / Database / Console / Seeds / SeederMakeCommand

SeederMakeCommand

Extends

Properties

protected

$name string

The console command name.

Default: 'make:seeder'
protected

$description string

The console command description.

Default: 'Create a new seeder class'
protected

$type string

The type of class being generated.

Default: 'Seeder'

Methods

public

handle ( ) : void

Execute the console command.

protected

getStub ( ) : string

Get the stub file for the generator.

protected

resolveStubPath ( $stub ) : string

Resolve the fully-qualified path to the stub.

Parameters

  • $stub string
protected

getPath ( $name ) : string

Get the destination class path.

Parameters

  • $name string
protected

rootNamespace ( ) : string

Get the root namespace for the class.