wellingtoncarneirobarbosa / laravel-custom-migrations-paths
Create custom paths for your laravel migrations
Requires
- illuminate/support: ^9.17
This package is auto-updated.
Last update: 2025-06-17 13:20:47 UTC
README
Use custom migrations paths instead of having a single file to your all migrations to your Laravel project
Instalation
-
Install the package
composer require wellingtoncarneirobarbosa/laravel-custom-migrations-paths
-
Publish the configs
php artisan vendor:publish --tag=custom-migrations-paths
You're done.
How to use?
Just add your custom migrations paths to the configuration file config/custom_migrations.php
If you are using the default path database/migrations you don't need do nothing.
This package supports: database/migrations/users/create_users_table.php
This package does not supports: database/migrations/users/create/create_users.php (I wanna add this later)