Skip to content

repat/laravel-migration-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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