Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awssat/laravel-sync-migration
Developer tool helps to sync migrations without refreshing the database
https://github.com/awssat/laravel-sync-migration
database database-migrations ico laravel laravel-datatables laravel-migration laravel-package laravel-schema laravel-sync-migration link-packagist migration php
Last synced: about 9 hours ago
JSON representation
Developer tool helps to sync migrations without refreshing the database
- Host: GitHub
- URL: https://github.com/awssat/laravel-sync-migration
- Owner: awssat
- License: mit
- Created: 2018-10-19T15:18:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T15:20:14.000Z (about 2 months ago)
- Last Synced: 2024-12-15T19:09:30.305Z (7 days ago)
- Topics: database, database-migrations, ico, laravel, laravel-datatables, laravel-migration, laravel-package, laravel-schema, laravel-sync-migration, link-packagist, migration, php
- Language: PHP
- Size: 36.1 KB
- Stars: 108
- Watchers: 4
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Sync Migration
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]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.
## Docs
- [Introduction](docs/1_introduction.md)
- [Installation](docs/2_installation.md)
- [Quick start](docs/3_quick-start.md)## Credits
- [Bader][link-author]
- [All Contributors][link-contributors]## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/awssat/laravel-sync-migration.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://travis-ci.org/awssat/laravel-sync-migration.svg?branch=master
[ico-code-quality]: https://scrutinizer-ci.com/g/awssat/laravel-sync-migration/badges/quality-score.png?b=master
[ico-downloads]: https://img.shields.io/packagist/dt/awssat/laravel-sync-migration.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/awssat/laravel-sync-migration
[link-travis]: https://travis-ci.org/awssat/laravel-sync-migration
[link-scrutinizer]: https://scrutinizer-ci.com/g/awssat/laravel-sync-migration/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/awssat/laravel-sync-migration
[link-downloads]: https://packagist.org/packages/awssat/laravel-sync-migration
[link-author]: https://github.com/if4lcon
[link-contributors]: ../../contributors