Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


I have been working with Craft CMS for almost 4 years now, building commence, brochure sites, and even content portals. Here at Roller, we have decided to move...
I’ve been fascinated with CQRS/Event Sourcing for a while now. I love the entire approach, from modeling your domain after events and aggregates, to creating co...
Certified Laravel | PHP | Magento Developer.
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Laravel Tinker is a nice CLI tool for debugging your Laravel code. For example, you can use it to inspect your data.
In today’s world, it is very common for online businesses to present themselves as software as a service, or SaaS. SaaS provides the opportunity to use a single...
This is my first article about laravel localization. Here is Language Switcher is our middleware.
I know what you`re thinking. Not another one of those lists, right? We promise no Udemy courses were added in this article and no egos were hurt in the race for...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
We know how to retrieve last inserted id using raw query but there are different ways to get last inserted id using Eloquent. Another example for getting last i...

stitcher.io

PHP in 2019
Do you remember the popular "PHP: a fractal of bad design" blog post? The first time I read it, I was working in a crappy place with lots of legacy PHP projects...
In this last chapter of this series we will be discussing some tips to write better tests. You can check the previous posts of the series here and here.
As a kind of follow up of my article about how the Authentication works in Laravel, here I will write about the moving parts of the authentication mechanism, li...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Resource Controllers are built RESTful controllers around the resource. For example, if we have one resource called ‘Profile’. Now this RESTful controller handl...
In this article, we will learn why using persistent connections is a good practice and how to setup Symfony framework to use persistent connections on a Redis s...
In order to improve the readability of a field called “siret” I used a getter in my model, nothing extraordinary, but the problem comes when you decide to apply...
In today’s world, it is very common for online businesses to present themselves as software as a service, or SaaS. SaaS provides the opportunity to use a single...