Simplified HTTP Response Mocking in Laravel Tests https://laravel-news.com/simplified-http-response-mocking
Laravel News
Simplified HTTP Response Mocking in Laravel Tests - Laravel News
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.
❤4
Level up your Laravel development with Typesense! https://laravel-news.com/level-up-your-laravel-development-with-typesense
Laravel News
Level up your Laravel development with Typesense! - Laravel News
Blazing-fast, typo-tolerant search for Laravel. Instant results, easy setup. Check Typesense out on GitHub!
👍10
Working with Flash Session Data in Laravel https://laravel-news.com/flash-session-data
Laravel News
Working with Flash Session Data in Laravel - Laravel News
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 your database.
👍3❤1
Control Hardware Components in Laravel with Pinout https://laravel-news.com/control-hardware-components-in-laravel-with-pinout
Laravel News
Control Hardware Components in Laravel with Pinout - Laravel News
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.
🔥20
Handling Exceptions with Laravel's rescue Helper https://laravel-news.com/rescue-helper
Laravel News
Handling Exceptions with Laravel's rescue Helper - Laravel News
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.
❤6👍1
Access Management in Filament With the Shield Plugin https://laravel-news.com/filament-shield
Laravel News
Access Management in Filament With the Shield Plugin - Laravel News
The Filament Shield package adds access management to your Filament panels, resources, pages, and widgets.
❤5👏1
Streamlined Request Data Handling Using Laravel's fluent Method https://laravel-news.com/request-fluent
Laravel News
Streamlined Request Data Handling Using Laravel's fluent Method - Laravel News
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 maintainable.
❤6👍2
Fusion or the Art of Writing PHP Into a Vue SFC Components https://laravel-news.com/fusion-or-the-art-of-writing-php-into-a-vue-sfc-components
Laravel News
Fusion or the Art of Writing PHP Into a Vue SFC Components - Laravel News
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.
💩16❤1
Implementing Custom String Identifiers in Laravel Models https://laravel-news.com/custom-string-identifiers
Laravel News
Implementing Custom String Identifiers in Laravel Models - Laravel News
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 readability and security.
❤4
Manage Global Data in Laravel with the World Package https://laravel-news.com/manage-global-data-in-laravel-with-the-world-package
Laravel News
Manage Global Data in Laravel with the World Package - Laravel News
The World is a Laravel package that provides a comprehensive list of countries, states, cities, timezones, currencies, and languages.
👍2🔥1
Enhancing Laravel Authorization with Backed Enums https://laravel-news.com/authorization-backed-enums
Laravel News
Enhancing Laravel Authorization with Backed Enums - Laravel News
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 maintainability.
🔥7
Intervention Validation https://laravel-news.com/intervention-validation
Laravel News
Intervention Validation - Laravel News
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.
🔥7❤1
Working with Laravel's Uri Class for Enhanced URL Manipulation https://laravel-news.com/url-manipulation
Laravel News
Working with Laravel's Uri Class for Enhanced URL Manipulation - Laravel News
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 manipulation errors.
❤4👍2
Building an AI-Powered FAQ Chatbot with Livewire & PrismPHP https://laravel-news.com/building-an-ai-powered-faq-chatbot-with-livewire-prismphp
Laravel News
Building an AI-Powered FAQ Chatbot with Livewire & PrismPHP - Laravel News
In this video, we’re building an AI-powered FAQ chatbot in Laravel 12 using Livewire v3 and PrismPHP
🔥10⚡1❤1
Using Laravel's fluent Method for HTTP Response Transformations https://laravel-news.com/fluent-http-response-transformations
Laravel News
Using Laravel's fluent Method for HTTP Response Transformations - Laravel News
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 complexity.
❤3
JSON Unicode Cast Type Added in Laravel 12.3 https://laravel-news.com/laravel-12-3-0
Laravel News
JSON Unicode Cast Type Added in Laravel 12.3 - Laravel News
The Laravel team released v12.3.0, which includes a new JSON Unicode cast type, check linked storage status in the "artisan about" command, native JSON and JSONB support in SQLite schemas, and more.
👍5❤1🔥1