| Package Data | |
|---|---|
| Maintainer Username: | if4lcon |
| Maintainer Contact: | bderemail@gmail.com (Bader Almutairi) |
| Package Create Date: | 2018-10-19 |
| Package Last Update: | 2024-11-02 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 15:02:59 |
| Package Statistics | |
|---|---|
| Total Downloads: | 22,842 |
| Monthly Downloads: | 83 |
| Daily Downloads: | 4 |
| Total Stars: | 108 |
| Total Watchers: | 3 |
| Total Forks: | 13 |
| Total Open Issues: | 2 |
It's a tool to help ease the repetitive migration process during developing a Laravel project without migrate:fresh your database every time you change you schemas.
Via Composer
composer require awssat/laravel-sync-migration
In Laravel 5.4. you'll manually need to register the Awssat\SyncMigration\SyncMigrationServiceProvider::class service provider in config/app.php.
It's simple. Anytime you want sync schema files to database run this command:
php artisan migrate:sync
You are very welcome to contribute and improve this package.
The MIT License (MIT). Please see License File for more information.