Temporary Context Scope in Laravel 12.1 https://laravel-news.com/laravel-12-1-0
Laravel News
Temporary Context Scope in Laravel 12.1 - Laravel News
The Laravel team tagged Laravel v12.1.0, which includes a context scope method, an Arr::partition() method, a getRawSql() method on query exception instances, and more.
Laravel Auto CRUD https://laravel-news.com/laravel-auto-crud
Laravel News
Laravel Auto CRUD - Laravel News
Laravel Auto CRUD Generator is a package that streamlines CRUD operations in Laravel by generating all necessary files and logic for a model with a single command, saving time and effort.
๐3โก1โค1๐ฅ1
Ensuring Secure URLs in Laravel Applications https://laravel-news.com/url-force-https
Laravel News
Ensuring Secure URLs in Laravel Applications - Laravel News
Implement secure URL generation in Laravel with the forceHttps method. Automatically enforce HTTPS connections based on your environment while maintaining consistent security across your application.
โค10
Laravel MongoDB 5.2 Released: Support for Laravel 12, Laravel Scout, Vector Search, and more https://laravel-news.com/laravel-mongodb-5-2
Laravel News
Laravel MongoDB 5.2 Released: Support for Laravel 12, Laravel Scout, Vector Search, and more - Laravel News
The MongoDB PHP team released version 5.2.0 of the Laravel MongoDB integration.
โค6๐5
Cleaner Queue Chains with Laravel's Enum Integration https://laravel-news.com/cleaner-queue-chains-with-laravels-enum-integration
Laravel News
Cleaner Queue Chains with Laravel's Enum Integration - Laravel News
Simplify your Laravel queue chains with direct enum support. Assign jobs to queues using backed enums without explicitly accessing their values for cleaner, more maintainable code.
โค8๐1
Seamless Document Conversion in Laravel With Docswap https://laravel-news.com/seamless-document-conversion-in-laravel-with-docswap
Laravel News
Seamless Document Conversion in Laravel With Docswap - Laravel News
Doxswap is a Laravel package for seamless document conversion using LibreOffice. It effortlessly converts DOCX, PDF, ODT, and more with a simple, elegant API. It supports Laravel storage, configurable settings, and secure file handling.
๐6โค4
Simplified HTTP Response Mocking in Laravel Tests https://laravel-news.com/simplified-http-response-mocking
Laravel News
Simplified HTTP Response Mocking in Laravel Tests - Laravel News
Simplify your Laravel test suite with concise HTTP response mocks. This approach to HTTP faking reduces boilerplate code while maintaining powerful testing capabilities for API integrations.
โค4
Level up your Laravel development with Typesense! https://laravel-news.com/level-up-your-laravel-development-with-typesense
Laravel News
Level up your Laravel development with Typesense! - Laravel News
Blazing-fast, typo-tolerant search for Laravel. Instant results, easy setup. Check Typesense out on GitHub!
๐10
Working with Flash Session Data in Laravel https://laravel-news.com/flash-session-data
Laravel News
Working with Flash Session Data in Laravel - Laravel News
Elevate your Laravel application's user experience with flash session data. This guide walks through implementing temporary notifications that elegantly persist between requests without cluttering your database.
๐3โค1
Control Hardware Components in Laravel with Pinout https://laravel-news.com/control-hardware-components-in-laravel-with-pinout
Laravel News
Control Hardware Components in Laravel with Pinout - Laravel News
Pinout is a Laravel package that bridges the gap between web applications and hardware, enabling developers to control hardware components directly from their Laravel projects.
๐ฅ20
Handling Exceptions with Laravel's rescue Helper https://laravel-news.com/rescue-helper
Laravel News
Handling Exceptions with Laravel's rescue Helper - Laravel News
Discover how Laravel's rescue function can transform error-prone operations into resilient code. This utility simplifies exception management while maintaining application flow and user experience.
โค6๐1
Access Management in Filament With the Shield Plugin https://laravel-news.com/filament-shield
Laravel News
Access Management in Filament With the Shield Plugin - Laravel News
The Filament Shield package adds access management to your Filament panels, resources, pages, and widgets.
โค5๐1
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
Laravel 12.2 Introduces Custom Starter Kits https://laravel-news.com/laravel-12-2-0
Laravel News
Laravel 12.2 Introduces Custom Starter Kits - Laravel News
The Laravel team released v12.2.0 this week, along with an update to the Laravel installer that supports community starter kits.
๐9๐3๐ค3๐คฎ3๐ญ2๐ฉ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