hasnhasan / migrationsync
Migration Database SYNC
Installs: 349
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hasnhasan/migrationsync
Requires
- php: >=7.2
This package is auto-updated.
Last update: 2025-09-29 02:21:41 UTC
README
Laravel Database to Migration SYNC
composer require hasnhasan/migration-sync
Added .env File
DB_DATABASE_SYNC=create another database on the server where your database is located.
php artisan migrate:sync
What does it do?
Detects the changes you have made to the database or your additions to a new table.
Converts the detected changes to the Laravel Migration file.