This is a major structural change where instead of subclassing from Laravel directly we created a copied version of the Laravel classes we were depending on and sub-classed off them. This way we can better support the newer version of Laravel.
Major changes
- Created a copied version of Laravel dependant classes under
src/Laravel
. - Changed the way the work exited removing the use of the Stop exception.
- Dropped support for old Laravel and PHP versions.
- Added support for latest Laravel versions.