Creating a caching user provider for Laravel
12th January 2018 1:16 pm
EDIT: I no longer recommend this approach - please refer here for an alternative approach to this. If you have a Laravel application that…
12th January 2018 1:16 pm
EDIT: I no longer recommend this approach - please refer here for an alternative approach to this. If you have a Laravel application that…
10th January 2018 10:07 pm
For the uninitiated, OpenSearch is the technology that lets you enter a site's URL, and then press Tab to start searching on that site - you…
10th January 2018 12:22 pm
Creating repositories for your Laravel models, as well as creating caching decorators for them, is a useful way of not only implementing…
9th January 2018 5:26 pm
Although helpers are an important part of Laravel, the documentation doesn't really touch on creating them. Fortunately, doing so it fairly…
8th January 2018 2:00 pm
Today I've been working on a generic, reusable Laravel admin interface, loosely inspired by the Django admin, that dynamically picks up the…