Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 6 #324

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Laravel 6 #324

wants to merge 8 commits into from

Conversation

eduardokum
Copy link

No description provided.

@mkwsra
Copy link

mkwsra commented Oct 31, 2019

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

@@ -352,7 +352,11 @@ protected function fireMoveEvent($event, $halt = true) {
// but we relay the event into the node instance.
$event = "eloquent.{$event}: ".get_class($this->node);

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

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

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