Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Laravel Sync Migration


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