Mamoun Abu Salah
Mamoun Abu Salah
FFilament
Created by Mamoun Abu Salah on 3/5/2025 in #❓┊help
Route [login] not defined
I don't have any routes in web.php to download file, I think that is a temporary solution, there is a depth problem that needs to be solved.
11 replies
FFilament
Created by Mamoun Abu Salah on 3/5/2025 in #❓┊help
Route [login] not defined
add this in your AppServiceProvider register method. config([ 'auth.defaults.guard' => 'admin', ]);
11 replies
FFilament
Created by Mamoun Abu Salah on 3/6/2025 in #❓┊help
Live chat Component and functionality
note : 3 table structure : customer_supports and this strucure table : id, user_id , admin_id, is_user, message, read, created_at, updated_at, file_name , customer_support_chat_id customer_support_chats: id, user_id, admin_id, response_at, end_at, created_at, updated_at customer_support_attachments id, customer_support_id, file_name, file_path, deleted_at, created_at, updated_at
5 replies
FFilament
Created by Mamoun Abu Salah on 3/5/2025 in #❓┊help
Route [login] not defined
no, I add defualt guard in serivce proverider to admin guard
11 replies
FFilament
Created by Alnuaimi on 11/24/2024 in #❓┊help
when Download .csv Download .xlsx Route [login] not defined after Export
@Alnuaimi please help! what is soluation for this?
4 replies
FFilament
Created by Azad Furkan ŞAKAR on 10/18/2024 in #❓┊help
ExportAction: Route [login] not defined error
@Azad Furkan ŞAKAR please help! I have two guard and I use admin guard for Filament admin, and export action success but when click to open download like from notification, redirect me to Route [login] not defined. how I can solve it?
9 replies