w0bm.com v1.5z FULL.RETARD.BUILD.BUT.STILL.WORKS
This commit is contained in:
11
config/taggable.php
Normal file
11
config/taggable.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'delimiters' => ',;',
|
||||
|
||||
'glue' => ',',
|
||||
|
||||
'normalizer' => function($str) {
|
||||
return str_slug($str, '');
|
||||
}
|
||||
];
|
Reference in New Issue
Block a user