Open ChristianGiupponi opened 8 years ago
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
: