Migrations
Table of Contents
Namespaces
Interfaces
Classes
- AbstractMigration
- The AbstractMigration class is for end users to extend from when creating migrations. Extend this class and implement the required up() and down() methods.
- DependencyFactory
- The DependencyFactory is responsible for wiring up and managing internal class dependencies.
- Events
- The Events class contains constants for event names that a user can subscribe to.