Simplified HTTP Response Mocking in Laravel Tests
Simplify your Laravel test suite with concise HTTP response mocks. This approach to HTTP faking reduces boilerplate code while maintaining powerful testing capabilities for API integrations. The post...
View ArticleLevel up your Laravel development with Typesense!
Blazing-fast, typo-tolerant search for Laravel. Instant results, easy setup. Check Typesense out on GitHub! The post Level up your Laravel development with Typesense! appeared first on Laravel News....
View ArticleWorking with Flash Session Data in Laravel
Elevate your Laravel application's user experience with flash session data. This guide walks through implementing temporary notifications that elegantly persist between requests without cluttering...
View ArticleControl Hardware Components in Laravel with Pinout
Pinout is a Laravel package that bridges the gap between web applications and hardware, enabling developers to control hardware components directly from their Laravel projects. The post Control...
View ArticleHandling Exceptions with Laravel's rescue Helper
Discover how Laravel's rescue function can transform error-prone operations into resilient code. This utility simplifies exception management while maintaining application flow and user experience....
View ArticleAccess Management in Filament With the Shield Plugin
The Filament Shield package adds access management to your Filament panels, resources, pages, and widgets. The post Access Management in Filament With the Shield Plugin appeared first on Laravel News....
View ArticleStreamlined Request Data Handling Using Laravel's fluent Method
Transform your Laravel request handling with the elegant fluent() method. This approach offers enhanced null safety and simpler property access while making your controller logic more concise and...
View ArticleFusion or the Art of Writing PHP Into a Vue SFC Components
Bridging the gap between the frontend and backend is a challenge that tries to solve Fusion. On its way to do so, it brings a lot of things to learn from. The post Fusion or the Art of Writing PHP...
View ArticleLaravel 12.2 Introduces Custom Starter Kits
The Laravel team released v12.2.0 this week, along with an update to the Laravel installer that supports community starter kits. The post Laravel 12.2 Introduces Custom Starter Kits appeared first on...
View ArticleImplementing Custom String Identifiers in Laravel Models
Add custom string identifiers to your Laravel models with the HasUniqueStringIds trait. This approach maintains route model binding functionality while supporting specialized ID formats for improved...
View ArticleManage Global Data in Laravel with the World Package
The World is a Laravel package that provides a comprehensive list of countries, states, cities, timezones, currencies, and languages. The post Manage Global Data in Laravel with the World Package...
View ArticleEnhancing Laravel Authorization with Backed Enums
Enhance your Laravel application's security model with backed enum support for permissions. This feature provides a type-safe approach to authorization checks while improving code readability and...
View ArticleIntervention Validation
The Laravel package "Intervention Validation" extends the framework's validation system by adding rules to validate specialized data formats such as IBAN, BIC, ISBN, and credit card numbers. The post...
View ArticleAWS Developer Center for PHP
Find tools, docs and sample code to help you run PHP applications on the AWS cloud The post AWS Developer Center for PHP appeared first on Laravel News. Join the Laravel Newsletter to get all the...
View ArticleWorking with Laravel's Uri Class for Enhanced URL Manipulation
Simplify URL handling in your Laravel applications with the powerful Uri class. This fluent interface makes complex URL operations more readable and maintainable while reducing common string...
View ArticleLaravel Socialite Plus
Socialite Plus is a Laravel 12 React and Vue starter kit package that streamlines social login for Google, Facebook, GitHub, and LinkedIn. The post Laravel Socialite Plus appeared first on Laravel...
View ArticleIntervention Image
Intervention Image provides an easy and expressive way to edit images and supports PHP's two most common image processing libraries GD Library, Imagick or libvips. The post Intervention Image appeared...
View ArticleBuilding an AI-Powered FAQ Chatbot with Livewire & PrismPHP
In this video, we’re building an AI-powered FAQ chatbot in Laravel 12 using Livewire v3 and PrismPHP The post Building an AI-Powered FAQ Chatbot with Livewire & PrismPHP appeared first on Laravel...
View ArticleUsing Laravel's fluent Method for HTTP Response Transformations
Streamline external API interactions in your Laravel applications with the HTTP Client's fluent() method. This approach brings type-safe data access to your integrations while reducing data parsing...
View ArticleReact Theme Provider: A Walkthrough
In this tutorial, let's look at customizing the react starter kit The post React Theme Provider: A Walkthrough appeared first on Laravel News. Join the Laravel Newsletter to get all the latest Laravel...
View Article