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
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 noscript 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
Connecting Laravel Socialite with Google Client PHP Library https://laravel-news.com/connecting-laravel-socialite-with-google-client-php-library
Laravel News
Connecting Laravel Socialite with Google Client PHP Library - Laravel News
This article will guide you through setting up Laravel Socialite with Google OAuth and connecting it to the Google Client PHP Library.
👍4🔥1