PHP Classes

Notable PHP package: Multiple Laravel Migration Path Directories

Recommend this page to a friend!
  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Viewers: 39

Last month viewers: 3

Categories: Notable Packages

Laravel is a framework that comes with support for migrations. Migrations are actions that need to be performed to make application changes, for instance to upgrade the database of an application to update its schema to a newer revision.

Usually Laravel migrations are performed by looking at a migrations directory for eventual changes that need to be executed.

This package allows migrations to be performed by looking at different directories, so migrations can be executed to perform changes needed by different components of an application.

Read this article to learn more details about how this notable PHP package works.




Loaded Article
The package Multiple Laravel Migration Path Directories is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.

The basic purpose is: Add custom directories for Laravel migration files

Here follows in more detail what it does:

This package can add custom directories for Laravel migration files.

It is a service provider to use with the Laravel framework that allows having multiple directories to store migration files.

The package adds all directories under the migrations directory to the list of migration directories.

Additionally, a developer may add custom directories to look for migration files.

Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.

If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.



You need to be a registered user or login to post a comment

1,611,040 PHP developers registered to the PHP Classes site.
Be One of Us!

Login Immediately with your account on:



Comments:

No comments were submitted yet.



  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)