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
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
Ensuring Attribute Consistency in Laravel Relationship Creations https://laravel-news.com/with-attributes
Laravel News
Ensuring Attribute Consistency in Laravel Relationship Creations - Laravel News
Maintain data consistency in your Laravel application with the withAttributes relationship method. This feature ensures newly created models automatically inherit the constraints that define their parent relationship.
❤5
Post-Process Query Results Elegantly with Laravel's afterQuery Method https://laravel-news.com/afterQuery
Laravel News
Post-Process Query Results Elegantly with Laravel's afterQuery Method - Laravel News
Simplify your Eloquent queries with Laravel's afterQuery() method, allowing you to define post-processing operations right alongside your query definitions for cleaner, more encapsulated code that reduces duplication and improves maintainability.
❤6👍1
Screen is a terminal renderer written in pure PHP https://laravel-news.com/solo-screen
Laravel News
Screen is a terminal renderer written in pure PHP - Laravel News
Screen is a terminal renderer written in pure PHP. It powers Solo for Laravel and can be used to build rich text-based user interfaces in any PHP application.
❤1
How to Get Hired and Hire Better with Dave Hicking https://laravel-news.com/how-to-get-hired-and-hire-better-with-dave-hicking
Laravel News
How to Get Hired and Hire Better with Dave Hicking - Laravel News
We sat down with Dave Hicking to talk about LaraJobs' new section of articles and videos to help you advance your career and improve your hiring processes.
❤2
Eloquent Fill and Insert Method in Laravel 12.6 https://laravel-news.com/laravel-12-6-0
Laravel News
Eloquent Fill and Insert Method in Laravel 12.6 - Laravel News
The Laravel team released v12.6.0, which includes an Eloquent fillAndInsert() method, a URI path segments helper, a Password appliedRules() method, and more.
👍6
Simplify URL Generation with Laravel's New query() Method https://laravel-news.com/url-query
Laravel News
Simplify URL Generation with Laravel's New query() Method - Laravel News
Enhance your Laravel application's URL handling with the new query() method, providing a dedicated API for generating URLs with complex query parameters while maintaining proper encoding and parameter structure.
❤6