Finder
Table of Contents
Namespaces
Interfaces
- MigrationFinder
- The MigrationFinder interface defines the interface used for finding migrations in a given directory and namespace.
Classes
- Finder
- The Finder class is responsible for for finding migrations on disk at a given path.
- GlobFinder
- The GlobFinder class finds migrations in a directory using the PHP glob() function.
- RecursiveRegexFinder
- The RecursiveRegexFinder class recursively searches the given directory for migrations.