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 460 forks source link

Support for Laravel 7.x #332

Open mkwsra opened 4 years ago

mkwsra commented 4 years ago

@etrepat Can I please take over and maintain this package?

KalimeroMK commented 4 years ago

it trow

In Container.php line 993:

  Unresolvable dependency resolving [Parameter #1 [ <required> $customStubPath ]] in class Illuminate\Database\Migrations\MigrationCreator

on update

mkwsra commented 4 years ago

Well, if you are creating a new Laravel 7 project and you would like to use version 1 or 2, and Composer is preventing you from installing it, follow these simple steps:

1- Have a version of this library/package within your root directory under a directory named libraries libraries directory

2- Autoload it in composer.json: exactly under "App\\": "app/", add the following line: "Baum\\": "libraries/baum/src/" So the final version would be:

portion of composer.json