This repository was archived by the owner on Sep 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Fluent Validation Rules builders for Laravel
22
3- [ ![ Build Status] ( https://api. travis-ci.org/Saritasa/php-laravel-fluent-validation.svg?branch=master )] ( https://travis-ci.org/Saritasa/php-laravel-fluent-validation )
3+ [ ![ Build Status] ( https://travis-ci.org/Saritasa/php-laravel-fluent-validation.svg?branch=master )] ( https://travis-ci.org/Saritasa/php-laravel-fluent-validation )
44[ ![ codecov] ( https://codecov.io/gh/Saritasa/php-laravel-fluent-validation/branch/master/graph/badge.svg )] ( https://codecov.io/gh/Saritasa/php-laravel-fluent-validation )
55
66Use fluent-style syntax to build [ Laravel validation rules] ( https://laravel.com/docs/5.4/validation#available-validation-rules )
@@ -47,7 +47,7 @@ $ composer require saritasa/laravel-fluent-validation
4747```
4848
4949If you use Laraval 5.4 or less,
50- or 5.5 with [ package discovery] ( https://laravel.com/docs/5.5/packages#package-discovery ) disabled,
50+ or 5.5+ with [ package discovery] ( https://laravel.com/docs/5.5/packages#package-discovery ) disabled,
5151add the FluentValidationServiceProvider in `` config/app.php `` :
5252
5353``` php
You can’t perform that action at this time.
0 commit comments