filter icon indicating copy to clipboard operation
filter copied to clipboard

Filters for Laravel Eloquent models

Results 2 filter issues
Sort by recently updated
recently updated
newest added

+ issue https://github.com/rmasters/filter/issues/2

Hello, Just a note here: `upper`, `lower`, `capfirst` and `lowerfirst` filters [won't work](http://php.net/manual/pt_BR/function.mb-strtoupper.php#refsect1-function.mb-strtoupper-unicode) with accented chars in words like "Luís Fernando". You should use `mb_strtoupper`, `mb_strtolower` and `mb_convert_case` functions to...