PHP Class InfyOm\Generator\Commands\Publish\LayoutPublishCommand

Inheritance: extends PublishBaseCommand
Afficher le fichier Open project: infyomlabs/laravel-generator

Protected Properties

Свойство Type Description
$description string The console command description.
$laravelVersion string Laravel Application version.
$name string The console command name.

Méthodes publiques

Méthode Description
getOptions ( ) : array Get the console command options.
handle ( ) : void Execute the command.

Méthodes protégées

Méthode Description
getArguments ( ) : array Get the console command arguments.

Private Methods

Méthode Description
copyView ( )
createDirectories ( $viewsPath )
fillTemplate ( string $templateData ) : string Replaces dynamic variables of template.
getLaravel51Views ( )
getLaravel52Views ( )
getViews ( )
publishHomeController ( )
updateRoutes ( )

Method Details

getArguments() protected méthode

Get the console command arguments.
protected getArguments ( ) : array
Résultat array

getOptions() public méthode

Get the console command options.
public getOptions ( ) : array
Résultat array

handle() public méthode

Execute the command.
public handle ( ) : void
Résultat void

Property Details

$description protected_oe property

The console command description.
protected string $description
Résultat string

$laravelVersion protected_oe property

Laravel Application version.
protected string $laravelVersion
Résultat string

$name protected_oe property

The console command name.
protected string $name
Résultat string