laravel
Changing Laravel's Pagination Presenter
March 30th, 2016
Straight forward demonstration on how to change the default pagination rendering engines for Laravel 5.
Extending Laravel's Blade
January 19th, 2016
Creating simple 1 parameter extensions in laravel is plainly laid out in the documentation. Taking it a step further can be a little more tricky. But this doesn't need to be true.