yassions101
yassions101
FFilament
Created by yassions101 on 11/11/2023 in #❓┊help
Remove default widgets on dashboard
how can i remove the default widgets on filament v3
3 replies
FFilament
Created by yassions101 on 11/11/2023 in #❓┊help
HOW TO STORE GENDER VALUE IN DATABASE ??
in migration i use the default gender male and when i try to create a new user always take male such as i select female
Forms\Components\Radio::make('Gender')
->options([
'male' => 'male',
'female' => 'female'
])
->required(),
Forms\Components\Radio::make('Gender')
->options([
'male' => 'male',
'female' => 'female'
])
->required(),
5 replies
FFilament
Created by yassions101 on 11/10/2023 in #❓┊help
php artisan make:filament-user
when i run this command a login page is created and a simple dashboard but the problem is can't see the folder of Filamant in app of my laravel project but when i run php artisan serve login page and dashboard are present where is the problem here how can i customize this pages ??
4 replies
FFilament
Created by yassions101 on 10/9/2023 in #❓┊help
php artisan filament:install --panels ERROR Command "filament:install" is not defined.
i get this error whene i run the comand
10 replies