Documentation

Database

Interfaces, Classes and Traits

CreateDatabase
Creates a new database.
Migrate
Runs all new migrations.
MigrateRefresh
Does a rollback followed by a latest to refresh the current state of the database.
MigrateRollback
Runs all of the migrations in reverse order, until they have all been unapplied.
MigrateStatus
Displays a list of all migrations and whether they've been run or not.
Seed
Runs the specified Seeder file to populate the database with some data.

Search results