baum: Installation in Laravel 6 not working

The composer dependencies require laravel “5.*” Please update composer.json to the following:

  "require": {
    "php": ">=5.4.0",
    "illuminate/console": "5.*||6.*",
    "illuminate/database": "5.*||6.*",
    "illuminate/events": "5.*||6.*",
    "illuminate/filesystem": "5.*||6.*",
    "illuminate/support": "5.*||6.*"
  }

About this issue

  • Original URL
  • State: open
  • Created 5 years ago
  • Reactions: 11
  • Comments: 18

Most upvoted comments

for now use composer require baum/baum 2.0.0-alpha1

oops it’s 6.5 now

Please add laravel 6.1 support to v2.x-dev branch. Thanks

Perhaps 6.4 as well @_@ ?

It seems like someone (including me) has to do a fork and update it, but I don’t prefer such thing to be happening 🥺

Seems to be the only way and is exactly what i did for my own project so i could update to Laravel 6, which was inevitable.

Would be really great if v2 sees the daylight soon…

UPDATE: Just found these two:

  1. https://github.com/gazsp/baum
  2. https://github.com/lazychaser/laravel-nestedset

Please support Laravel v6.5!