You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laravel already has the eloquent package. As we support PHP 5.4, we are using a lower version of Eloquent and thats why other dependencies of Laravel is showing error. So don't use this package with Laravel itself, use it in your WordPress plugin.
I have added this to my
composer.json
file:this is the result after
composer update
:The text was updated successfully, but these errors were encountered: