Create custom page error
Hi!
When i want to create a custom page via: php artisan make:filament-page Settings
I get the error:
str_repeat(): Argument #2 ($times) must be greater than or equal to 0
What could be the problem?
5 Replies
php artisan filament:about
what is the output?Filament .........................................................................................................................................
Blade Icons ........................................................................................................................... NOT CACHED
Packages ......................................................................................... filament, forms, notifications, support, tables
Panel Components ...................................................................................................................... NOT CACHED
Version ................................................................................................................................. v3.2.133
Views .............................................................................................................................. NOT PUBLISHED
Blade Icons ........................................................................................................................... NOT CACHED
Packages ......................................................................................... filament, forms, notifications, support, tables
Panel Components ...................................................................................................................... NOT CACHED
Version ................................................................................................................................. v3.2.133
Views .............................................................................................................................. NOT PUBLISHED
weird, try to run
composer update
Dit that, but same error 😅
could you try it in a Filament fresh install?