Download the PHP package mpyw/laravel-file-errors without Composer
On this page you can find all versions of the php package mpyw/laravel-file-errors. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mpyw/laravel-file-errors
More information about mpyw/laravel-file-errors
Files in mpyw/laravel-file-errors
Package laravel-file-errors
Short Description A tiny extension that reports validation error details about uploaded files
License MIT
Informations about the package laravel-file-errors
Laravel File Errors

A tiny extension that reports validation error details about uploaded files
Requirements
- PHP:
^8.2
- Laravel:
^11.0 || ^12.0
[!NOTE] Older versions have outdated dependency requirements. If you cannot prepare the latest environment, please refer to past releases.
Installing
1. Install package
2. Customize translation
Edit lang/{en,ja,...}/validation.php
in your project.
Feel free to copy from lang.
Basic Usage
[!IMPORTANT] The default implementation is provided by
ValidationServiceProvider
, however, package discovery is not available. Be careful that you MUST register it inconfig/app.php
by yourself.
Advanced Usage
[!TIP] You can extend
Validator
withIncludesFileErrorDetails
trait by yourself.
All versions of laravel-file-errors with dependencies
illuminate/http Version ^11.0 || ^12.0 || ^13.0
illuminate/support Version ^11.0 || ^12.0 || ^13.0
illuminate/validation Version ^11.0 || ^12.0 || ^13.0