eleven59 / laravel-validation-rules
:Just another laravel package with some validation rules I use often
1.0.0
2021-05-09 08:43 UTC
Requires
- illuminate/support: ~7|~8
Requires (Dev)
- orchestra/testbench: ~5|~6
- phpunit/phpunit: ~9.0
README
Just another laravel package with some validation rules I use often
Installation
Dependencies
This package was tested with
- PHP 7.3+
- Laravel 8.0
Installation
Via Composer
composer require eleven59/laravel-validation-rules
Available validations
Slug
use App\Rules\Slug;
Allows lowercase letters, numbers and the '-' character.
Change log
Breaking changes will be listed here. For other changes see commit log.
Credits
License
This project was released under the MIT license, so you can install it on top of any Backpack & Laravel project. Please see the license file for more information.