kirkbushell / eloquence

A drop-in library for certain database functionality in Laravel, that allows for extra features that may never make it into the main project.
MIT License
537 stars 60 forks source link

Laravel 6.0 Compatability #71

Closed djfrailey closed 4 years ago

djfrailey commented 4 years ago

This pull request upgrades Eloquence to be compatible with Laravel 6.0

Due to the str_ and array_ helpers being moved to their own package in Laravel 6.0, I added the laravel/helpers package as a development requirement.

All of the included test cases pass.

kirkbushell commented 4 years ago

Am closing this PR. There are actually quite a few changes/updates to be made in order to make Eloquence compatible with version 6 - which is why I have the tests ;)