wellingtoncarneirobarbosa / laravel-custom-migrations-paths
Create custom paths for your laravel migrations
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/wellingtoncarneirobarbosa/laravel-custom-migrations-paths
Requires
- illuminate/support: ^9.17
This package is auto-updated.
Last update: 2025-10-17 13:57: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)