class Illuminate / Database / Events / MigrationEvent
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
abstract

MigrationEvent

Implements

Properties

public

$migration Migration

A migration instance.

Default: null
public

$method string

The migration method that was called.

Default: null

Methods

public

__construct ( Migration $migration , $method ) : void

Create a new event instance.

Parameters