Download the PHP package matt127127/laravel-migration-paths without Composer
On this page you can find all versions of the php package matt127127/laravel-migration-paths. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download matt127127/laravel-migration-paths
More information about matt127127/laravel-migration-paths
Files in matt127127/laravel-migration-paths
Package laravel-migration-paths
Short Description Multiple migration paths for Laravel projects.
License MIT
Informations about the package laravel-migration-paths
Laravel Migration Paths
By matt127127
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.
Installation:
Use Composer to install the library.
After updating composer, add the service provider to the providers
array in config/app.php
Laravel 5.5 uses Package Auto-Discovery, so does not require you to manually add the ServiceProvider.
Usage:
By default all folders under the database/migrations
directory will be registered for migrations.
But, if you would like to add multiple directories which are not under the migrations folder, you have to publish the config first.
Add your custom directories:
License
This 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.
All versions of laravel-migration-paths with dependencies
illuminate/console Version ^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/database Version ^6.0|^7.0|^8.0|^9.0|^10.0