Download the PHP package indeev/laravel-remote-db-sync without Composer
On this page you can find all versions of the php package indeev/laravel-remote-db-sync. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download indeev/laravel-remote-db-sync
More information about indeev/laravel-remote-db-sync
Files in indeev/laravel-remote-db-sync
Package laravel-remote-db-sync
Short Description Quickly sync remote database to local
License MIT
Homepage https://github.com/indeev/laravel-remote-db-sync
Informations about the package laravel-remote-db-sync
Easy way to synchronize remote database to the local.
Bored by exporting & importing remote db to the local is history. With this package, just run single command and everything get processed in the background.
Installation
You can install the package via composer:
It is required to have external connection defined in config/database.php
Usage
To sync all tables:
To sync everything without tables marked for skip:
To sync only defined tables (if --only is set, --skipped is ignored):
In all cases above can be added parameter --only_schema=table,names to define tables without data sync. For instance to sync everything without tables cache, log and without data on tables documents, document_metas:
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Petr Kateřiňák
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.