PHPackages                             mpyw/laravel-file-errors - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. mpyw/laravel-file-errors

ActiveLibrary[File &amp; Storage](/categories/file-storage)

mpyw/laravel-file-errors
========================

A tiny extension that reports validation error details about uploaded files

v1.2.1(4mo ago)23.8kMITPHPPHP ^8.2CI passing

Since Nov 11Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/mpyw/laravel-file-errors)[ Packagist](https://packagist.org/packages/mpyw/laravel-file-errors)[ RSS](/packages/mpyw-laravel-file-errors/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (6)Versions (7)Used By (0)

Laravel File Errors [![Build Status](https://github.com/mpyw/laravel-file-errors/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/mpyw/laravel-file-errors/actions) [![Coverage Status](https://camo.githubusercontent.com/228868f8fdbb7de6403dd11665530d719ba6ce54da0e414b85e0967bd15cdbaa/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d7079772f6c61726176656c2d66696c652d6572726f72732f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/mpyw/laravel-file-errors?branch=master)
===========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#laravel-file-errors--)

A tiny extension that reports validation error details about uploaded files

Requirements
------------

[](#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
----------

[](#installing)

### 1. Install package

[](#1-install-package)

```
composer require mpyw/laravel-file-errors
```

### 2. Customize translation

[](#2-customize-translation)

Edit `lang/{en,ja,...}/validation.php` in your project.
Feel free to copy from [lang](https://github.com/mpyw/laravel-file-errors/tree/master/lang).

```
