Skip to content

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?

$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