etrepat / baum

Baum is an implementation of the Nested Set pattern for Laravel's Eloquent ORM.
http://etrepat.com/baum
MIT License
2.24k stars 459 forks source link

Installation in Laravel 6 not working #318

Open hebinet opened 5 years ago

hebinet commented 5 years ago

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.*"
  }
larants commented 5 years ago

Please support Laravel v6.

lorismich commented 5 years ago

Please support Laravel v6!

aeremichev commented 5 years ago

+1

brightjune commented 5 years ago

+1

licaikai commented 5 years ago

+1

licaikai commented 5 years ago

Please support Laravel v6!

vipertecpro commented 5 years ago

Please support Laravel v6!

dvplex commented 5 years ago

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

brightjune commented 4 years ago

Laravel has updated to 6.2, can you updated this package to support laravel 6.2 or higher later? Thanks!

ZA512 commented 4 years ago

and for 6.3, please

mkwsra commented 4 years ago

Perhaps 6.4 as well @_@ ?

heldermattos commented 4 years ago

Yes, for 6.4 as well, please :)

howar31 commented 4 years ago

oops it's 6.5 now

mkwsra commented 4 years ago

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

italofantone commented 4 years ago

for now use composer require baum/baum 2.0.0-alpha1

Aleksej-Shherbak commented 4 years ago

Please support Laravel v6.5!

storkontheroof commented 3 years ago

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

foresight-developers commented 1 year ago

@hebinet @lorismich @howar31 @howar31 @storkontheroof @mkwsra @dvplex our forked and supported version of this project supports laravel 6 https://github.com/TopOnePercent/baum