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
Customizing Laravel Optimization with --except https://laravel-news.com/laravel-optimization-except
Laravel News
Customizing Laravel Optimization with --except - Laravel News
Enhance your Laravel deployment workflow with the --except flag for optimization commands, allowing selective exclusion of specific caching operations while maintaining other performance benefits across different environments.
π6π€3β€2π©2
Generate Documentation in Laravel with AI https://laravel-news.com/docudoodle-laravel-ai-documentation
Laravel News
Generate Documentation in Laravel with AI - Laravel News
Docudoodle is a PHP documentation generator package for Laravel that analyzes your codebase and creates documentation using your AI of choice. Docudoodle helps you understand your codebase better.
π7β€2π1π1
Introducing Hypervel: A Coroutine Framework for Laravel Artisans https://laravel-news.com/introducing-hypervel-a-coroutine-framework-for-laravel-artisans
Laravel News
Introducing Hypervel: A Coroutine Framework for Laravel Artisans - Laravel News
Hypervel is a high-performance PHP framework inspired by Laravel, offering native coroutine support for developers building high-concurrency and I/O-intensive applications
π₯10β€7
Enhanced HTTP Client Debugging in Laravel https://laravel-news.com/http-client-debugging
Laravel News
Enhanced HTTP Client Debugging in Laravel - Laravel News
Streamline your HTTP debugging workflow in Laravel with the new dump and dd methods for the HTTP Client, offering quick inspection of responses and headers with the same familiar syntax used throughout the framework.
π5
Generate Persistent Unique Values in Laravel https://laravel-news.com/generate-persistent-unique-values-in-laravel
Laravel News
Generate Persistent Unique Values in Laravel - Laravel News
Laravel Unique Values is a package that generates persistent unique values with support for concurrency. It supports features like concurrency and generator customizations, storing unique values in the database.
π2β€1
Building Powerful Date Validation with Laravel's Date Rule https://laravel-news.com/date-validation-rule
Laravel News
Building Powerful Date Validation with Laravel's Date Rule - Laravel News
Simplify date validation in your Laravel applications with the fluent Date rule. This chainable interface provides an elegant solution for handling complex date relationships while keeping your validation code clean and readable.
β€12
Support for Query Builder Pipelines in Laravel 12.4 https://laravel-news.com/laravel-12-4-0
Laravel News
Support for Query Builder Pipelines in Laravel 12.4 - Laravel News
The Laravel team released v12.4.0, which includes a query builder pipe() method, the ability to conditionally skip migrations, an Arr::sole() method, and more.
π8
Build Your Dream SaaS Application with SaaSykit https://laravel-news.com/build-your-dream-saas-application-with-saasykit
Laravel News
Build Your Dream SaaS Application with SaaSykit - Laravel News
SaaSykit is a feature-rich SaaS Starter Kit that comes with all the essential components needed to run a modern SaaS app
Image Dimension Validation with Laravel's dimensions Rule https://laravel-news.com/image-dimension-validation-rule
Laravel News
Image Dimension Validation with Laravel's dimensions Rule - Laravel News
Master image validation in your Laravel applications with the powerful dimensions rule. This approach ensures uploaded media meets your exact specifications for width, height, and aspect ratio requirements.
π11π₯2β€1
Onym - Flexible Filename Generator https://laravel-news.com/onym
Laravel News
Onym - Flexible Filename Generator - Laravel News
Onym is a flexible Laravel package for generating filenames using various strategies and options.
β€6π2π€2
Eloquent Cast for HTML Strings in Laravel https://laravel-news.com/eloquent-cast-for-html-strings-in-laravel
Laravel News
Eloquent Cast for HTML Strings in Laravel - Laravel News
Laravel v12.4 has a new AsHtmlString Eloquent cast. The framework already has an `HtmlString` class available; this cast stitches it together with Eloquent attributes you can use.
π3π₯1