-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel 5.6 and Symfony Console #35
Comments
Same problem. Is it possible to update package to use symfony/console v4.0.8? |
@jpkare I gave up on using this project. I discovered As you can see from the Stack Overflow post I created, I ended up using Percona XtraBackup to do daily full backups and restore my development environment with those. I'm using Amazon S3 for the backup file storage. Restoring my development environment takes about a minute and a half, which includes:
|
Thanks @sonnysavage. In my case, I need to sincro a few tables to execute some data elaboration tasks in a Laravel environment. I think db-sync do my case. Thanks in advance. |
I have the same issue, please advise @mrjgreen |
I'm using Laravel 5.6.*. It's in my
composer.json
as:"laravel/framework": "~5.6.0"
. As a result, it requires"symfony/console": "~4.0"
in mycomposer.lock
file.When I try to install:
composer require joegreen0991/db-sync --dev
I get this error:
It appears that @vamsweth was able to work around the issue somehow as noted in #32, but the solution is not clear to me.
The text was updated successfully, but these errors were encountered: