使用Laravel Framework 5.5.40 我需要从Magento 1.9导入数据 我找到了这个 https://github.com/michaelkmartin/laravel-magento-integration 插件
它只与Laravel 4兼容。
我尝试安装它并遇到错误:
$ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package tinyrocket/magento 1.0.* is satisfiable by tinyrocket/magento[1.0.x-dev] but these conflict with your requirements or minimum-stability.
你能建议一些与Laravel 5.5兼容的工具吗?
谢谢!