Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.5 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.5 KB

laravel-migration-model

Latest Version on Packagist Total Downloads

laravel-migration-model contains one Eloquent model for the migrations table.

Installation

$ composer require repat/laravel-migration-model

Documentation

Attributes/Methods

$migration = \Repat\Laravel\Migration::first();

// Attributes from table
$migration->id;
$migration->migration;
$migration->batch;

// Mutator attributes
$migration->filename;

// Methods
$migration->fileExists();

// list all files from migrations folder
$migrations = Migration::listFiles();

// list all files from migrations folder as migration name (without '.php')
$migrations = Migration::listFiles(true);

License

Version

  • Version 0.7

Contact

repat

Flattr this git repo