filters added

This commit is contained in:
Benjamin Takats
2022-12-04 13:34:44 +01:00
parent 39da81e248
commit d1771148ad
16 changed files with 901 additions and 83 deletions

View File

@@ -27,6 +27,8 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
ray()->newScreen('bitcoin');
Stringable::macro('initials', function () {
$words = preg_split("/\s+/", $this);
$initials = "";