Reza's articles
How to Build a Lyrics Website with Laravel Scout and Algolia
By Reza Lavarian,
Let's build a Laravel powered lyrics website and give it the superpower of rapid fuzzy searching with Algolia and Laravel Scout!
Easily Add Social Logins to Your App with Socialite
By Reza Lavarian,
Implementing social logins is making your head explode? Oauth to complex? No more! With Socialite, it's done in 30 minutes, for ANY social service.
RESTful Remote Object Proxies with ProxyManager
By Reza Lavarian,
What are proxies? How can we use them? And what kind of advanced use cases can we think of? Let's perform some RESTful remote miracles with ProxyManager!
Framework-Agnostic PHP Cronjobs Made Easy with Crunz!
By Reza Lavarian,
Crunz is a framework-agnostic library for scheduling and defining cronjobs wholly in PHP. Commit them to VCS, edit without server access, and more!
Quick Tip: Convenience Hacks for Passing Data to Views
By Reza Lavarian,
A couple of helper methods for quickly and effectively passing larger numbers of variables to views from your controllers
Hassle-Free Filesystem Operations during Testing? Yes Please!
By Reza Lavarian,
Here's a quick way to get rid of filesystem troubles (cleanup anyone?) when practicing TDD - virtual file systems!
Disco with Design Patterns: A Fresh Look at Dependency Injection
By Reza Lavarian,
We build a basic framework with a new dependency injection container called Disco, explaining all the confusing concepts along the way. Join us!
An Overview of PHPUnit 5 – What’s New? What’s Coming?
By Reza Lavarian,
Did you miss the PHPUnit 5 train? Hop on board and find out what's new!
A Comprehensive Guide to Using Cronjobs
By Reza Lavarian,
A comprehensive introduction into cronjobs - how to use them, how to interpret the crontab format, and more
An In-depth Walkthrough of Supercharging Apps with Blackfire
By Reza Lavarian,
M. Lavaryen explains the Blackfire profiler in depth and demonstrates its use on a simple script, laying the groundwork for further exploration on your end!