Merge branch 'master' of github.com:arandilopez/laravel-profane
This commit is contained in:
commit
6c60510137
|
|
@ -0,0 +1,9 @@
|
|||
language: php
|
||||
php:
|
||||
- "7.1"
|
||||
- "7.0"
|
||||
- "5.6"
|
||||
- "5.5"
|
||||
install:
|
||||
- "composer self-update"
|
||||
- "composer install"
|
||||
|
|
@ -1,4 +1,11 @@
|
|||
# Laravel Profanity Valitador
|
||||
# Laravel Profanity Validator
|
||||
|
||||
[](https://packagist.org/packages/arandilopez/laravel-profane)
|
||||
[](https://packagist.org/packages/arandilopez/laravel-profane)
|
||||
[](https://packagist.org/packages/arandilopez/laravel-profane)
|
||||
[](https://packagist.org/packages/arandilopez/laravel-profane)
|
||||
[](https://packagist.org/packages/arandilopez/laravel-profane)
|
||||

|
||||
|
||||
I made this package to perform a validation for swear words using Laravel validation service.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue