trait
Illuminate
/
Foundation
/
Testing
/
Traits
/
CanConfigureMigrationCommands
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
CanConfigureMigrationCommands
Methods
protected
migrateFreshUsing ( ) : array
The parameters that should be used when running "migrate:fresh".
protected
shouldDropViews ( ) : bool
Determine if views should be dropped when refreshing the database.
protected
shouldDropTypes ( ) : bool
Determine if types should be dropped when refreshing the database.
protected
shouldSeed ( ) : bool
Determine if the seed task should be run when refreshing the database.
protected
seeder ( ) : mixed
Determine the specific seeder class that should be used when refreshing the database.