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

BaseCommand

Extends

Methods

protected

getMigrationPaths ( ) : array

Get all of the migration paths.

protected

usingRealPath ( ) : bool

Determine if the given path(s) are pre-resolved "real" paths.

protected

getMigrationPath ( ) : string

Get the path to the migration directory.