Recommend this page to a friend! |
Classes of Faisal Islam | Multiple Laravel Migration Path Directories | readme.md | Download |
|
DownloadLaravel Migration Paths
During the periodical development phase the migrations folder may become very large. It is very helpful if we can organize the content of the migration folders. This library helps to organize migration files in different folders. Even, if your organize your existing files it will works as well. Installations:Use Composer to install the library.
After updating composer, add the service provider to the
Laravel 5.5 uses Package Auto-Discovery, so does not require you to manually add the ServiceProvider. UsagesBy default all folders under the But, if you like to add custom directories which is not under the migrations folder you have to publish the config first.
Add your custom directories:
LicenseThis bundle is under the MIT license. For the full copyright and license information please view the LICENSE file that was distributed with this source code. |