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
Laravel 12.2 Introduces Custom Starter Kits https://laravel-news.com/laravel-12-2-0
Laravel News
Laravel 12.2 Introduces Custom Starter Kits - Laravel News
The Laravel team released v12.2.0 this week, along with an update to the Laravel installer that supports community starter kits.
๐9๐3๐ค3๐คฎ3๐ญ2๐ฉ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
๐ฅ9โก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
Leveraging Laravel's Conditional Ping Methods for Task Monitoring https://laravel-news.com/conditional-ping-for-task-monitoring
Laravel News
Leveraging Laravel's Conditional Ping Methods for Task Monitoring - Laravel News
Upgrade your Laravel scheduler monitoring with conditional ping methods. This approach allows for selective notifications based on environment, application state, or custom conditions for more precise task tracking.
โค4
Simple Cookie Consent Packge for Laravel https://laravel-news.com/simple-cookie-consent-packge-for-laravel
Laravel News
Simple Cookie Consent Package for Laravel - Laravel News
The Laravel Cookie Guard package provides a simple cookie consent window through which users can specify the cookies they want to allow.
๐1
Stargazing in Your Laravel App with Intervention Zodiac https://laravel-news.com/intervention-zodiac
Laravel News
Stargazing in Your Laravel App with Intervention Zodiac - Laravel News
Intervention Zodiac helps to calculate zodiac signs and to resolve the respective star sign from various data types
๐คก11๐ฉ9๐
4โค1๐ป1๐ฆ1
String Manipulation with Laravel's remove Method https://laravel-news.com/string-manipulation-remove
Laravel News
String Manipulation with Laravel's remove Method - Laravel News
Improve string manipulation in your Laravel applications with the Str::remove method. This utility makes character removal operations more readable while supporting both single character and array-based pattern removal.
โค5
Create Self-Contained PHP Executables with PHPacker https://laravel-news.com/create-self-contained-php-executables-with-phpacker
Laravel News
Create Self-Contained PHP Executables with PHPacker - Laravel News
PHPacker enables you to package any PHP script or PHAR into a standalone, cross-platform executable. It handles all the complexity of bundling PHP with your application, making distribution simple and hassle-free.
๐ฅ5โค4