IranMine123
IranMine123
FFilament
Created by IranMine123 on 3/2/2024 in #❓┊help
making user with command line
Hello I want to create user with command
php artisan make:filament-user
php artisan make:filament-user
but my user model its just not about name, email and password and it have other fields. how I can add more fields to the command so i dont get errors like "not have a default value"?
1 replies
FFilament
Created by IranMine123 on 12/22/2023 in #❓┊help
Bulk Deleting on not migrated Tables
Hello I have a Problem, I have a resource on filament that have belongs to a model that does have a "not migrated" table. it means the table created manually or by other applications. the problem is when users select some of records on Table (I mean the table of filament) and then Bulk Deleting them, all records gets Deleted. there are some things to note: - as I said the table not migrated by Laravel and I really can't to that - the table does'nt have ID Column. maybe this thing cause all records gets Deleted. if it is, how I can change it to other Column? I Don't know it's gonna be a bug or something else... but if there is a way to fix, Please tell me how I can fix that. tysm
13 replies
FFilament
Created by IranMine123 on 12/6/2023 in #❓┊help
Login/Register: Columns
hello how can I use columns for inputs in login and register Pages?
4 replies