class Install 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 DatabaseManager $db

Methods

__construct(Filesystem $files, DatabaseManager $db)

No description

void
handle()

Executes the console command.

Details

__construct(Filesystem $files, DatabaseManager $db)

No description

Parameters

Filesystem $files
DatabaseManager $db

void handle()

Executes the console command.

Return Value

void

Exceptions

FileNotFoundException