PHPackages                             krdinesh/laravel-profane - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. krdinesh/laravel-profane

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

krdinesh/laravel-profane
========================

Laravel Profanity Validator

v0.4.1(5y ago)042MITPHP

Since Jul 19Pushed 5y agoCompare

[ Source](https://github.com/krdinesh/laravel-profane)[ Packagist](https://packagist.org/packages/krdinesh/laravel-profane)[ RSS](/packages/krdinesh-laravel-profane/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (17)Used By (0)

Laravel Profanity Validator
===========================

[](#laravel-profanity-validator)

[![Latest Stable Version](https://camo.githubusercontent.com/95e52bf462fec93a54a344e80cb53886caec90a100ad482d2190b87c13d21ed7/68747470733a2f2f706f7365722e707567782e6f72672f6172616e64696c6f70657a2f6c61726176656c2d70726f66616e652f762f737461626c65)](https://packagist.org/packages/arandilopez/laravel-profane)[![Total Downloads](https://camo.githubusercontent.com/1fba7f1e71f204965040fe72f61622c9e361845a55450cc51e26b569cb33569b/68747470733a2f2f706f7365722e707567782e6f72672f6172616e64696c6f70657a2f6c61726176656c2d70726f66616e652f646f776e6c6f616473)](https://packagist.org/packages/arandilopez/laravel-profane)[![License](https://camo.githubusercontent.com/4d1e6582064be4c215a4d4a481f0592e6418e9bdf75c24684057da07d9a3da5a/68747470733a2f2f706f7365722e707567782e6f72672f6172616e64696c6f70657a2f6c61726176656c2d70726f66616e652f6c6963656e7365)](https://packagist.org/packages/arandilopez/laravel-profane)[![Daily Downloads](https://camo.githubusercontent.com/7cb8af7cfcfd6dad2746ab71730953564c0b03011a2d494dbe6968ed70a05d88/68747470733a2f2f706f7365722e707567782e6f72672f6172616e64696c6f70657a2f6c61726176656c2d70726f66616e652f642f6461696c79)](https://packagist.org/packages/arandilopez/laravel-profane)[![composer.lock](https://camo.githubusercontent.com/ee62cb788b151099e23d350af800c37879286a9f68fa3d1974cef95a2e2de5a7/68747470733a2f2f706f7365722e707567782e6f72672f6172616e64696c6f70657a2f6c61726176656c2d70726f66616e652f636f6d706f7365726c6f636b)](https://packagist.org/packages/arandilopez/laravel-profane)[![](https://camo.githubusercontent.com/676b1dc7461f35cb1e062ca9f2843b85ee0ccfdf5676f3c39c54289579150de6/68747470733a2f2f7472617669732d63692e6f72672f6172616e64696c6f70657a2f6c61726176656c2d70726f66616e652e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/676b1dc7461f35cb1e062ca9f2843b85ee0ccfdf5676f3c39c54289579150de6/68747470733a2f2f7472617669732d63692e6f72672f6172616e64696c6f70657a2f6c61726176656c2d70726f66616e652e7376673f6272616e63683d6d6173746572)[![StyleCI](https://camo.githubusercontent.com/a4cf7c73fd4a4c80c37c33adf59c8f60ba0c247d526e53e80cfbbb21fc2e4982/68747470733a2f2f7374796c6563692e696f2f7265706f732f36333634383833342f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/63648834)

I made this package to perform a validation for swearwords using Laravel validation service.

Installation
------------

[](#installation)

Install via composer

```
composer require krdinesh/laravel-profane
```

Configuration
-------------

[](#configuration)

Add the `ProfaneServiceProvider` class in your `config/app.php` file.

```
