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: | 2024-11-11 15:19:53 |
Package Statistics | |
---|---|
Total Downloads: | 21,504 |
Monthly Downloads: | 151 |
Daily Downloads: | 2 |
Total Stars: | 108 |
Total Watchers: | 4 |
Total Forks: | 13 |
Total Open Issues: | 1 |
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.