class MakeMigrationCommand extends Command

Make Migration

Traits

MigrationTrait

Properties

protected string $signature

The name and signature of the console command.

protected string $description

The console command description.

Methods

requireMigrations(string $module)

Require (once) all migration files for the supplied module.

string
getMigrationPath(string $module)

Get migration directory path.

handle()

Execute the console command.

Details

in MigrationTrait at line 18
protected requireMigrations(string $module)

Require (once) all migration files for the supplied module.

Parameters

string $module module

in MigrationTrait at line 36
protected string getMigrationPath(string $module)

Get migration directory path.

Parameters

string $module module

Return Value

string

at line 38
handle()

Execute the console command.