PHP Class Mpociot\Teamwork\Commands\MakeTeamwork

Inheritance: extends Illuminate\Console\Command, use trait Illuminate\Console\AppNamespaceDetectorTrait
Datei anzeigen Open project: mpociot/teamwork

Protected Properties

Property Type Description
$description string The console command description.
$signature string The name and signature of the console command.
$views

Public Methods

Method Description
__construct ( ) : void Create a new command instance.
handle ( ) : mixed Execute the console command.

Protected Methods

Method Description
compileControllerStub ( $stubName ) : string Compiles the HTTP controller stubs.
createDirectories ( ) : void Create the directories for the files.
exportViews ( ) : void Export the authentication views.

Method Details

__construct() public method

Create a new command instance.
public __construct ( ) : void
return void

compileControllerStub() protected method

Compiles the HTTP controller stubs.
protected compileControllerStub ( $stubName ) : string
$stubName
return string

createDirectories() protected method

Create the directories for the files.
protected createDirectories ( ) : void
return void

exportViews() protected method

Export the authentication views.
protected exportViews ( ) : void
return void

handle() public method

Execute the console command.
public handle ( ) : mixed
return mixed

Property Details

$description protected_oe property

The console command description.
protected string $description
return string

$signature protected_oe property

The name and signature of the console command.
protected string $signature
return string

$views protected_oe property

protected $views