Download the PHP package ryssbowh/unique-migrations without Composer
On this page you can find all versions of the php package ryssbowh/unique-migrations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ryssbowh/unique-migrations
More information about ryssbowh/unique-migrations
Files in ryssbowh/unique-migrations
Download ryssbowh/unique-migrations
More information about ryssbowh/unique-migrations
Files in ryssbowh/unique-migrations
Vendor ryssbowh
Package unique-migrations
Short Description Overrides Laravel migration creator to create migrations with unique names
License MIT
Homepage https://github.com/ryssbowh/unique-migrations
Package unique-migrations
Short Description Overrides Laravel migration creator to create migrations with unique names
License MIT
Homepage https://github.com/ryssbowh/unique-migrations
Keywords migrationslaravel
Please rate this library. Is it a good library?
Informations about the package unique-migrations
Unique migrations for Laravel
This package allows to have migrations with unique names.
Why ? When several developers are working on the same project, they might create migrations that have the same name, when batch migrating several migrations and two have the same name, Laravel throws an exception.
This package change the name of migrations and adds a microseconds timestamp to it.
Install
Register the service provider Ryssbowh\MigrationServiceProvider
, use ./artisan migrate
and ./artisan make:migration
as before.
All versions of unique-migrations with dependencies
PHP Build Version
Package Version
The package ryssbowh/unique-migrations contains the following files
Loading the files please wait ....