Blog
November 12, 2021
12 must-see talks if you want to become a better Laravel developer
In my opinion, at least. :) As a Laravel developer, I've spent a lot of time learning from some of the best Laravel developers. Do names such as Adam Wathan, Colin DeCarlo, Jason McCreary ring a...
ReadSeptember 30, 2021
How to publish a Linkedin post containing video via API with Laravel Http Client
This article is about publishing a Linkedin post that contains video via Linkedin API call using Laravel Http Client. Even though the process is straightforward, few bumps on the road took time to...
ReadAugust 31, 2021
While testing show laravel views some love
Back in the 4.2 Laravel days, you were able to inspect views with tests more thoroughly with the help of a symphony dom crawler. Unfortunately, this feature was removed in later versions. That's a...
ReadJuly 2, 2021
How to test TestJob::dispatchNow in Laravel?
Some time ago, I needed to write a test for Laravel job and I've spent hours searching for solution. Testing Laravel jobs that are queued is straightforward. But how do you test jobs that are...
Read