Skip to content

hasnhasan/migration-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MigrationSync

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.

About

Migration Database SYNC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages