Skip to content

Laravel 6#324

Open
eduardokum wants to merge 8 commits into
etrepat:masterfrom
eduardokum:master
Open

Laravel 6#324
eduardokum wants to merge 8 commits into
etrepat:masterfrom
eduardokum:master

Conversation

@eduardokum
Copy link
Copy Markdown

No description provided.

@mkwsra
Copy link
Copy Markdown

mkwsra commented Oct 31, 2019

@etrepat Any plan for merging this and adding support for Laravel 6.x?

Comment thread src/Baum/Move.php
$event = "eloquent.{$event}: ".get_class($this->node);

$method = $halt ? 'until' : 'fire';
if (version_compare(app()->version(), '5.8.0', '>=')) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can compare against 5.4, this method was deprecated there.
But personally I would not check against it. I would make v2.0 require Laravel >=5.4

@jmarcher
Copy link
Copy Markdown

jmarcher commented Mar 13, 2020

@mkwsra @eduardokum Version 2 already supports Laravel 6 (has some breaking changes), hope to see Laravel 7 support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants