DevDb - VS Code database management extension launches v2 https://laravel-news.com/devdb-2
Laravel News
DevDb - VS Code database management extension launches v2 - Laravel News
A lightweight VS Code extension that auto-loads your database and provides affordances from your database to aid development and debugging.
🔥7
A Fluent Email Validation Rule Added in Laravel 11.38 https://laravel-news.com/laravel-11-38-0
Laravel News
A Fluent Email Validation Rule Added in Laravel 11.38 - Laravel News
This week, the Laravel team released v11.38, which includes a fluent Email validation rule, the ability to retrieve a form request or fluent value as an array, a finally() pipeline method, and more.
❤5👍1
Create GitHub Issues from Exceptions and Logs in Laravel https://laravel-news.com/create-github-issues-from-exceptions-and-logs-in-laravel
Laravel News
Create GitHub Issues from Exceptions and Logs in Laravel - Laravel News
The laravel-github-monolog package automatically creates GitHub issues from exceptions in your Laravel applications. This package is meant for smaller apps without the need for full-featured logging services.
🔥9👍1
Handling Process Synchronization with Laravel Cache Locks https://laravel-news.com/cache-locks
Laravel News
Handling Process Synchronization with Laravel Cache Locks - Laravel News
Learn how to manage process synchronization in Laravel using Cache locks. Discover how to prevent race conditions and handle concurrent operations safely in distributed systems.
👍9❤2
Television is a Multi-purpose Fuzy Finder TUI https://laravel-news.com/television-tui
Laravel News
Television is a Multi-purpose Fuzy Finder TUI - Laravel News
Television is a blazing-fast general-purpose fuzzy finder TUI. It is highly configurable and allows you to quickly search through all kinds of data sources, such as files, Git history, environment variables, etc.
👍4
Simplified Stream Response Handling in Laravel https://laravel-news.com/stream-response-handling
Laravel News
Simplified Stream Response Handling in Laravel - Laravel News
Discover Laravel's resource() method for simplified HTTP stream handling. Learn how to streamline file downloads and storage operations with this elegant approach to stream response processing.
❤7
Interactive Console Commands in Laravel https://laravel-news.com/interactive-console-commands
Laravel News
Interactive Console Commands in Laravel - Laravel News
Learn how to enhance Laravel Artisan commands with interactive prompts using PromptsForMissingInput. Create user-friendly CLI experiences by automatically prompting for missing arguments and options.
❤10
DigitalOcean API Client for Laravel https://laravel-news.com/digitalocean-api-client-for-laravel
Laravel News
DigitalOcean API Client for Laravel - Laravel News
The Laravel DigitalOcean package by Graham Campbell is an API client bridge for Laravel. This package uses Graham's manager package, providing the ability to configure multiple connections.
❤6
Permanent Record Deletion with Laravel's forceDestroy https://laravel-news.com/forcedestroy
Laravel News
Permanent Record Deletion with Laravel's forceDestroy - Laravel News
Learn how Laravel's forceDestroy method simplifies permanent record deletion. Discover efficient ways to manage soft-deleted data while maintaining clean, maintainable code in your applications.
💩3❤1
Laravel Rewind is a Versioning Package for Eloquent https://laravel-news.com/laravel-rewind-eloquent-versioning
Laravel News
Laravel Rewind is a Versioning Package for Eloquent - Laravel News
Laravel Rewind is a powerful and efficient versioning package for your Eloquent models created by Jared Cannon. This package stores a combination of partial diffs and full snapshots of your model data.
❤6👍1
Route Definition Enhancements in Laravel with Enum Integration https://laravel-news.com/route-enum-integration
Laravel News
Route Definition Enhancements in Laravel with Enum Integration - Laravel News
Discover Laravel's enhanced enum support in route definitions. Learn how to write cleaner, type-safe routes without explicit enum value access, improving code readability and maintainability.
❤8👍1🤔1
Managing Laravel View Search Paths https://laravel-news.com/view-search-paths
Laravel News
Managing Laravel View Search Paths - Laravel News
Explore Laravel's prependLocation method for streamlined view path management. Learn to efficiently prioritize custom view locations when implementing themes, plugins, or modular systems.
❤2🔥1
Laravel SpaceOCR: Parse Images and Multi-page PDFs in Laravel https://laravel-news.com/laravel-spaceocr
Laravel News
Laravel SpaceOCR: Parse Images and Multi-page PDFs in Laravel - Laravel News
The Laravel OCRSpace package integrates with the OCRSpace API to provide a simple way to parse images and multi-page documents into JSON using Optical Character Recognition.
❤7
UseFactory Attribute Added in Laravel 11.39 https://laravel-news.com/laravel-11-39-0
Laravel News
UseFactory Attribute Added in Laravel 11.39 - Laravel News
This week, the Laravel team released v11.39, which includes a model factory class attribute, the ability to prevent destructive rollbacks, PhpRedis backoff and max retry options, and more.
❤3
Accessing Locale and Currency Defaults in Laravel https://laravel-news.com/locale-and-currency-defaults
Laravel News
Accessing Locale and Currency Defaults in Laravel - Laravel News
Discover Laravel's new Number facade methods for accessing default locale and currency settings. Learn to streamline regional formatting in your applications with these convenient helper methods.
❤4
Tailwind CSS v4 is Here https://laravel-news.com/tailwind-css-v4-is-now-released
Laravel News
Tailwind CSS v4 is Here - Laravel News
Tailwind CSS v4 is here! This release is the most significant release to date, with a reimagined configuration and customization experience and a new high-performance engine designed to be as fast as possible.
❤15
Collection Customization in Laravel Using CollectedBy https://laravel-news.com/collectedBy
Laravel News
Collection Customization in Laravel Using CollectedBy - Laravel News
Learn how Laravel's CollectedBy attribute enables declarative collection customization. Discover a cleaner way to implement model-specific collection functionality without overriding traditional methods.
❤6
Checking String Absence with Laravel's doesntContain https://laravel-news.com/str-doesntContain
Laravel News
Checking String Absence with Laravel's doesntContain - Laravel News
Explore Laravel's doesntContain method for simpler string absence verification. Learn to efficiently check content against unwanted terms in your validation logic.
❤5👍2