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

support for Laravel 5 #153

Closed nickbr5 closed 9 years ago

nickbr5 commented 9 years ago

Hi,

would it be possible to upgrade this package to work on L5? Or does anybody know a way to get this package working on L5?

thanks

MRezaNasirloo commented 9 years ago

I've test it a couple days ago and it worked without any issues.

nickbr5 commented 9 years ago

I get the message "Call to undefined method [package]". I've read that most of the packages have this after switching to L5. Did you do something to solve this in general?

etrepat commented 9 years ago

I've just pushed an update for it to work with L5. Please use the 1.1.0 tagged release.

Feel free to report any issues you may encounter.

Thanks.