This repository has been archived by the owner on Dec 22, 2019. It is now read-only.
Laravel 4.2 compatibility
Added compatibility for Laravel 4.2.
From the Laravel Docs
If you are directly referencing the
Illuminate\View\Environment
class orIlluminate\Pagination\Environment
class, update your code to referenceIlluminate\View\Factory
andIlluminate\Pagination\Factory
instead. These two classes have been renamed to better reflect their function.