Skip to content

v0.3.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@crynobone crynobone released this 15 Aug 05:30
· 28 commits to master since this release

Changes

  • Add support for Laravel Framework v6.+.
  • Use static function rather than function whenever possible, the PHP engine does not need to instantiate and later GC a $this variable for said closure.