Just another laravel package with some validation rules I use often
This package was tested with
- PHP 7.3+
- Laravel 8.0
Via Composer
composer require eleven59/laravel-validation-rules
use App\Rules\Slug;
Allows lowercase letters, numbers and the '-' character.
Breaking changes will be listed here. For other changes see commit log.
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.