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
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.
π₯5
Streamlining Date Queries with Laravel's Shorthand Methods https://laravel-news.com/where-past-future-today
Laravel News
Streamlining Date Queries with Laravel's Shorthand Methods - Laravel News
Optimize your Laravel database queries with intuitive date shorthand methods. These expressive helpers simplify time-based filtering while making your code more readable and maintainable.
β€7π2
Local Model Scopes in Laravel with the Scope Attribute https://laravel-news.com/local-model-scopes-in-laravel-with-the-scope-attribute
Laravel News
Local Model Scopes in Laravel with the Scope Attribute - Laravel News
Laravel released a new #[Scope] attribute you can use to define local scopes in Eloquent models. Using scopes is an excellent way to define query constraints that you can reuse in your application.
β€12π1
Enhancing Numeric Validation with Laravel's Fluent Rule Interface https://laravel-news.com/numeric-validation-rule
Laravel News
Enhancing Numeric Validation with Laravel's Fluent Rule Interface - Laravel News
Transform your Laravel validation logic with the new fluent numeric rule interface. This chainable approach improves code readability while providing comprehensive control over numeric value validation.
β€7
Implementing Account Suspension in Laravel https://laravel-news.com/implementing-account-suspension-in-laravel
Laravel News
Implementing Account Suspension in Laravel - Laravel News
Learn how to implement permanent and temporary account suspensions in Laravel applications using database fields, middleware, and scheduled tasks. This guide provides step-by-step instructions for effectively managing user access.
π9