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.
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.
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.
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.
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.
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.
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!
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.
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.
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.
Parameterized Middleware in Laravel https://laravel-news.com/parameterized-middleware
Laravel News
Parameterized Middleware in Laravel - Laravel News
Learn how to use Laravel's parameterized middleware for flexible request filtering. Create reusable middleware components that adapt their behavior based on route-specific parameters.
Laravel Backup Server v4 Released as Open Source https://laravel-news.com/spatie-laravel-backup-server-v4-released-as-open-source
Laravel News
Laravel Backup Server v4 Released as Open Source - Laravel News
Spatie has open-sourced their Laravel Backup Server package with the release of v4.0.0. Previously a paid offering, this package is now freely available for Laravel users.
How to fix "SQLSTATEHY000 2002 Connection refused" Laravel error in GitHub Actions https://laravel-news.com/github-actions-2002-connection-refused
Laravel News
How to fix "SQLSTATE[HY000] [2002] Connection refused" Laravel error in GitHub Actions - Laravel News
Learn how to fix the "SQLSTATE[HY000] [2002] Connection refused" error you may encounter when running GitHub Actions workflows for Laravel applications
Request Data Collection Handling using Laravel https://laravel-news.com/request-data-collection-handling
Laravel News
Request Data Collection Handling using Laravel - Laravel News
Explore Laravel's request->collect() method for enhanced input handling. Transform request data into collections and leverage powerful collection methods for efficient data processing.
Streamlining String Manipulation with Laravel's string() Method https://laravel-news.com/string-manipulation
Laravel News
Streamlining String Manipulation with Laravel's string() Method - Laravel News
Discover Laravel's request->string() method for fluent string manipulation. Transform input data into Stringable instances and leverage powerful string operations through method chaining.