Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.

Laravel 4.2 compatibility

Compare
Choose a tag to compare
@Bogardo Bogardo released this 12 Jul 18:52
· 68 commits to master since this release

Added compatibility for Laravel 4.2.

From the Laravel Docs

If you are directly referencing the Illuminate\View\Environment class or Illuminate\Pagination\Environment class, update your code to reference Illuminate\View\Factory and Illuminate\Pagination\Factory instead. These two classes have been renamed to better reflect their function.