Latest Laravel/PHP Articles

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


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...
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...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
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...
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.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
Hi! In this post i will share small code with you, how you can send Laravel Sendinblue emails. We will send emails using the CURL options provided by sendinblue...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
By default, Laravel only exposes the public directory. This is intended to avoid security breaches. Considering that any file that will be exposed can be access...
Today, In this tutorial i would like to share you how to create custom helper example in laravel you can easily utilize add helper functions in laravel 8 applic...
https://dev.to/shanisingh03 #make-rest-api-in-laravel-9 Make REST API in LARAVEL 9 In this video i am going to explain about CRUD Operation using REST API. ...
https://dev.to/basimghouri #request-origin Request Origin In your application, you can get requests from multiple sites. It could be a webhook, a mobile applica...