class ModuleMake extends Command (View source)

Properties

protected string $signature

The name and signature of the console command.

protected string $description

The console command description.

protected Filesystem $files
protected Composer $composer
protected string[] $modelTraits
protected string[] $repositoryTraits
protected Repository $config

Methods

__construct(Filesystem $files, Composer $composer, Repository $config)

No description

mixed
handle()

Executes the console command.

Details

__construct(Filesystem $files, Composer $composer, Repository $config)

No description

Parameters

Filesystem $files
Composer $composer
Repository $config

mixed handle()

Executes the console command.

Return Value

mixed