How to Fix the Composer Error: "Your requirements could not be resolved to an...
Learn how to fix the "Your requirements could not be resolved to an installable set of packages" error you might encounter in Composer when installing or updating PHP dependencies. The post How to Fix...
View ArticleOpen Telemetry Package for Laravel
The LaraOTel OpenTelemetry package for Laravel provides a simple way to incorporate OpenTelemetry in your Laravel application. The post Open Telemetry Package for Laravel appeared first on Laravel...
View ArticleParameterized Middleware in Laravel
Learn how to use Laravel's parameterized middleware for flexible request filtering. Create reusable middleware components that adapt their behavior based on route-specific parameters. The post...
View ArticleHow to fix "SQLSTATE[HY000] [2002] Connection refused" Laravel error in...
Learn how to fix the "SQLSTATE[HY000] [2002] Connection refused" error you may encounter when running GitHub Actions workflows for Laravel applications The post How to fix "SQLSTATE[HY000] [2002]...
View ArticleLaravel Backup Server v4 Released as Open Source
Spatie has open-sourced their Laravel Backup Server package with the release of v4.0.0. Previously a paid offering, this package is now freely available for Laravel users. The post Laravel Backup...
View ArticleRequest Data Collection Handling using Laravel
Explore Laravel's request->collect() method for enhanced input handling. Transform request data into collections and leverage powerful collection methods for efficient data processing. The post...
View ArticleSkeletor
Skeletor is a Laravel application skeleton scaffolding package. Summon Skeletor's minion and unleash extra functionality with every composer `create-project` command. The post Skeletor appeared first...
View ArticleStreamlining String Manipulation with Laravel's string() Method
Discover Laravel's request->string() method for fluent string manipulation. Transform input data into Stringable instances and leverage powerful string operations through method chaining. The post...
View ArticleRequest Handling with PHP Enums in Laravel
Explore Laravel's enum support in request handling. Learn to process enumerated values safely and efficiently, ensuring data consistency when working with predefined sets of values. The post Request...
View ArticleLaravel Cloud will launch February 24th, 2025
Laravel Cloud is your new fully managed infrastructure platform for Laravel. Go from Hello World to Hello Web in one minute or less. The post Laravel Cloud will launch February 24th, 2025 appeared...
View ArticleLaravel 12 release date
Laravel 12 will be released February 24th, 2025 The post Laravel 12 release date appeared first on Laravel News. Join the Laravel Newsletter to get all the latest Laravel articles like this directly...
View ArticleHandling Missing Request Data in Laravel
Learn how to handle missing request data in Laravel using missing() and whenMissing(). Discover elegant ways to process optional fields and set default values. The post Handling Missing Request Data...
View ArticleLaravel Live UK
Join over 300 Laravel and PHP enthusiasts for inspirational talks, engaging networking and amazing learning opportunities at Laravel Live London. The post Laravel Live UK appeared first on Laravel...
View ArticleNew Laravel Starter Kits are Coming Soon
During Taylor Otwell's talk at Laracon EU, he announced the release of Laravel 12 and brand new starter kits for Inertia and Laravel Livewire. These starter kits are impressive and due to release very...
View ArticleIntroducing Fusion - write PHP inside Vue and React components
Aaron Francis just announced a new tool called Fusion that allows you to write PHP inside Vue and React components The post Introducing Fusion - write PHP inside Vue and React components appeared...
View ArticleThe State of PHP 2024
Explore trends in the PHP ecosystem based on the State of Developer Ecosystem Report 2024 by JetBrains. The post The State of PHP 2024 appeared first on Laravel News. Join the Laravel Newsletter to...
View ArticleHumanize String, Number, and Date Values into Readable Formats
The php-humanizer package by Norbert Orzechowicz humanizes readable values such as numbers, strings, dates, and more. The post Humanize String, Number, and Date Values into Readable Formats appeared...
View ArticleHow to document multiple APIs in Laravel with Scramble
With Scramble, you can create separate documentation for each API. The post How to document multiple APIs in Laravel with Scramble appeared first on Laravel News. Join the Laravel Newsletter to get...
View ArticleRector v2.0
Rector v2 is out! The release contains performance improvements and five (5) new features. The post Rector v2.0 appeared first on Laravel News. Join the Laravel Newsletter to get all the latest...
View ArticlePackistry is a Self-hosted Composer Repository Made with Laravel
Packistry is a self-hosted Composer repository designed to simplify PHP package distribution. Learn more about this open-source Laravel application you can deploy to host your private Composer...
View Article