You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-8Lines changed: 35 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
# Laravel 5 Profanity Filter
2
-
Filter profanity, or other words, out of a string using Laravels [localization](https://laravel.com/docs/5.3/localization) feature.
1
+
# Laravel 5 & PHP Profanity Filter
2
+
Filter profanity, or other words, out of a string using Laravels [localization](https://laravel.com/docs/5.3/localization) feature or with any PHP application and some custom coding.
3
3
4
4
# Installation
5
5
```
@@ -11,12 +11,7 @@ Register the service providers to enable the package:
0 commit comments