eleven59/laravel-validation-rules

:Just another laravel package with some validation rules I use often

1.0.0 2021-05-09 08:43 UTC

This package is auto-updated.

Last update: 2024-10-09 16:19:52 UTC


README

Latest Version on Packagist Total Downloads

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.