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
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
Handling Nested Attributes with Laravel's Fluent set Method https://laravel-news.com/nested-attributes-fluent
Laravel News
Handling Nested Attributes with Laravel's Fluent set Method - Laravel News
Simplify complex data handling in Laravel applications with the Fluent set() method, allowing for intuitive management of nested attributes using dot notation while maintaining a clean, chainable interface.
β€4π₯1
Come for the Simplicity, Stay for the Extensibility: Identity with FusionAuth https://laravel-news.com/identity-with-fusionauth
Laravel News
Come for the Simplicity, Stay for the Extensibility: Identity with FusionAuth - Laravel News
FusionAuth is a downloadable Customer Identity and Access Management (CIAM) solution for developers and engineering teams to add authentication features in their app within minutes; including login, registration, SSO, MFA, social login, authorization andβ¦
π4π€£1
Configuring Middleware in Laravel https://laravel-news.com/configuring-middleware-in-laravel
Laravel News
Configuring Middleware in Laravel - Laravel News
If you are maintaining Laravel 10 applications or earlier, learn how using middleware has changed from earlier versions to Laravel 12, the latest version.
π7π2
Precise Collection Filtering with Laravel's whereNotInStrict https://laravel-news.com/wherenotinstrict
Laravel News
Precise Collection Filtering with Laravel's whereNotInStrict - Laravel News
Elevate your Laravel collection filtering with whereNotInStrict for type-sensitive exclusions that ensure both value and data type must match, delivering more predictable results when working with mixed data sources.
β€4π1
Download Files Easily with Laravel's HTTP sink Method https://laravel-news.com/http-sink
Laravel News
Download Files Easily with Laravel's HTTP sink Method - Laravel News
Simplify file downloads in Laravel with the HTTP sink method that creates a direct pipeline from remote resources to local storage, efficiently handling large files without memory concerns while streamlining your download code.
β€8π3π₯1