This repository was 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\Environmentclass orIlluminate\Pagination\Environmentclass, update your code to referenceIlluminate\View\FactoryandIlluminate\Pagination\Factoryinstead. These two classes have been renamed to better reflect their function.