Latest Laravel/PHP Articles

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


Certified Laravel | PHP | Magento Developer.
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
Sometimes we have in our application a 2 Models (or more) that share the same attributes, but they differ in some other attributes. Let’s say, taking into accou...
Follow along as I document my work, life and projects. Vuex is the state managment library for Vuejs applications. It serves as the centralised store for your a...