Latest Laravel/PHP Articles

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


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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
I'm proud to announce that our team has launched a new package called spatie/laravel-login-link. In this blog post, I'd like to tell you all about it.
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. Start your free 14-day trial...
If you have not installed Laravel sail you can read Laravel Sail installation and complete the Laravel Sail setup. To debug Laravel code we need to do the follo...
Today I am going to explain how you can make REST API in Laravel 9. In this video i am going to explain about CRUD Operation using REST API. After Installing La...