Skip to content

New sub-class structure and better Laravel version support

Latest
Compare
Choose a tag to compare
@JFossey JFossey released this 30 Jul 09:42
· 2 commits to master since this release
c06eaf1

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

  1. Created a copied version of Laravel dependant classes under src/Laravel.
  2. Changed the way the work exited removing the use of the Stop exception.
  3. Dropped support for old Laravel and PHP versions.
  4. Added support for latest Laravel versions.