vdomah / octoexcel

OctoberCMS wrapper for Maatwebsite/Laravel-Excel
MIT License
14 stars 10 forks source link

Can't install on OC2 #16

Closed chrisvidal closed 3 years ago

chrisvidal commented 3 years ago

after composer require maatwebsite/excel:3.1 on OC 2, the install does not happen

Problem 1
    - Root composer.json requires maatwebsite/excel 3.1 -> satisfiable by maatwebsite/excel[3.1.0].
    - maatwebsite/excel 3.1.0 requires illuminate/support ^5.5 -> found illuminate/support[v5.5.0, ..., 5.8.x-dev] but these were not loaded, likely because it conflicts with another require.

and if I tried to install on OC v1.1, it crashes the whole backend

chrisvidal commented 3 years ago

composer require maatwebsite/excel seems to be working just fine, maybe need to update the doc plugin .