MigrationPublisher
class MigrationPublisher (View source)
Methods
void __construct(Filesystem $files) Create a new migration publisher instance. array publish(string $source, string $destination) Publish the given package's migrations. bool migrationExists(string $migration, string $destination) Determine if the migration is already published. array getExistingMigrationNames(string $destination) Get the existing migration names from the destination.