Laravel Scout custom engine for OpenSearch Source: Read MoreÂ
PHP
Two-factor authentication (2FA) is one of the best ways to protect your user accounts from hackers. In this tutorial, we…
Laravel’s content type inspection methods enable sophisticated content negotiation. Use getAcceptableContentTypes and accepts methods to build flexible endpoints that serve…
The Pipe Operator is scheduled for release with PHP 8.5 on November 20, 2025. Learn how to chain multiple callables…
React.js is the most popular front-end JS framework. There are a few ways to use React in Laravel projects, and…
Refactor More Than Code: Learn about Refactoring PHP Code and Other Tools and Methods to Improve Your Code By Manuel…
The Token System is a web-based application developed using PHP and MySQL, designed to automate the process of issuing service tokens…
Laravel’s prefers method streamlines content type negotiation by evaluating client Accept headers against supported formats. Build flexible endpoints that serve…
July 2nd was the midpoint of 2025, and I thought it would be nice to recap some of the most…
The PHP team is pleased to announce the first testing release of PHP 8.5.0, Alpha 1. This starts the PHP…
PHPverse 2025 Videos are now live The post JetBrains PHPverse 2025: Videos are now live! appeared first on Laravel News.…
Laravel’s new resource method streamlines HTTP response stream handling, replacing verbose stream wrapper operations with a simple method call for…
Name of Person is a PHP package inspired by Basecamp’s name_of_person Ruby gem, which gives you intelligent parsing and multiple…
Useful Laravel links to read/watch for this week of July 3, 2025. Source: Read MoreÂ
Laravel closure commands support dependency injection by type-hinting services in command parameters. Combine the simplicity of inline commands with powerful…
PHP 8.5 will include array_first() and array_last() functions. Learn more about these native PHP functions developers can use to retrieve…
Laravel’s in_array_keys validation rule efficiently validates arrays containing at least one specified key. Perfect for flexible configurations where users choose…
The Laravel Performance Testing package tests your application’s performance with the VoltTest PHP SDK. Easily create and run load tests…
Display solutions on the Laravel error page Source: Read MoreÂ
A practical guide to the top MySQL challenges Laravel developers face — and how to solve them with automation and…