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
SimpleStats: Analyze Beyond Visits – Discover Registrations, Revenue and Conversions in Minutes https://laravel-news.com/simplestats
Laravel News
SimpleStats: Analyze Beyond Visits – Discover Registrations, Revenue and Conversions in Minutes - Laravel News
SimpleStats - a Server-side, GDPR compliant and 100% accurate analytics tool, that goes beyond simple counts of views and visits. Discover in-depth metrics like Registrations, Conversion Rate, campaign ROI and much more in just a few minutes!
🔥1👏1
Fluent Date Validation in Laravel 11.40 https://laravel-news.com/laravel-11-40-0
Laravel News
Fluent Date Validation in Laravel 11.40 - Laravel News
The Laravel team released v11.40, which includes a fluent date validation class, pending Eloquent attributes, dump helpers for HTTP Response instances, and more.
❤3
Currency Formatting with Laravel's Enhanced Number Helper https://laravel-news.com/currency-formatting-number-helper
Laravel News
Currency Formatting with Laravel's Enhanced Number Helper - Laravel News
Discover Laravel's improved Number helper with configurable currency defaults. Learn to handle multi-currency formatting efficiently in your international applications.
❤4👍1
How to Fix the Composer Error: "Your requirements could not be resolved to an installable set of packages" https://laravel-news.com/composer-requirements-errors
Laravel News
How to Fix the Composer Error: "Your requirements could not be resolved to an installable set of packages" - Laravel News
Learn how to fix the "Your requirements could not be resolved to an installable set of packages" error you might encounter in Composer when installing or updating PHP dependencies.
❤3