Latest Laravel/PHP Articles

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


Sometimes you want to store data in your Alpine component without wrapping it in a JavaScript proxy (which is how Alpine keeps everything reactive). For example...
If you’re a modern developer and using Git as your choice of the version control system, you would have used the git log command at some point of time in your c...
Laravel gives you the flexibility to choose the structure of controllers yourself, which is both a blessing and a curse. You won't find any recommendations in t...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.

www.phparch.com

Another Bright Idea
PHP is becoming more popular for controlling Internet Of Things devices like home automation, cameras, doorbells, and even light bulbs. In this article, we’ll s...
Query filter... a familiar problem when developing a system. But when starting to code, many familiar questions arise in every developer in general: "Where shou...
Recently, I had to integrate the Facebook Marketing API into a project at work. The app not only needed to be able to login with Facebook – solved by using Lara...
Today, I would like to talk about the laravel custom blade directives. You would have probably seen @if, @endif which are called directives.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
There are only 2 little steps! First, you need to open your terminal. Simple, isn't ? 😂
Task Scheduling helps us run tasks in the background at a specific time or date in the future. Through scheduling, we can have our application carry out tasks o...
Ever needed to work with an SDK and wished you could use Http::fake() in your Laravel tests? This blog post explains how you can achieve this for the Facebook B...
If you attended AFUP Day 2022, you might know that I am currently working on a PHP module for web servers written in Go. While testing my upcoming library, I en...
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 post you will learn about basic routing, understanding Views & Layouts. Laravel Routes are inside routes folder, there are 2 files web.php for all websi...
In this post you will learn about basic routing, understanding Views & Layouts. Laravel Routes are inside routes folder, there are 2 files web.php for all websi...
A recent release of Chrome, version 102.x, now includes a handy Performance insights panel which can be found in the dev tools. This is, however, an experimenta...

www.juststeveking.uk

Sauber PHP
I have used a lot of different frameworks in my career, from Zend(Laminas) to Yii, Cake to Codeignitor, SlimPHP to Laravel and more. They all have their own way...