DysonSphere
DysonSphere
FFilament
Created by DysonSphere on 9/22/2023 in #❓┊help
Single Login and Register Process for Multiple Panels
I created a custom login system outside of filament and connect them to each other
8 replies
FFilament
Created by nostrodamned on 10/4/2023 in #❓┊help
can anyone spot what i am doing wrong here?
If you remove the ->date(), there will be no error
25 replies
FFilament
Created by nostrodamned on 10/4/2023 in #❓┊help
can anyone spot what i am doing wrong here?
Where did you put the ->default('-')?
25 replies
FFilament
Created by nostrodamned on 10/4/2023 in #❓┊help
can anyone spot what i am doing wrong here?
You can try ->default('-')
25 replies
FFilament
Created by DysonSphere on 9/29/2023 in #❓┊help
Show only the records of users with 'user' role in a resource
Thanks! It works! I didn't know this existed in the docs.
5 replies
FFilament
Created by DysonSphere on 9/24/2023 in #❓┊help
Custom Middleware in Filament
I tried doing the guest middleware and it is a success, whenever I go back, it doesn't let me see my custom login anymore. However, I encountered another problem, my admin dashboard keeps on reloading nonstop. I already clear the cache and restart my server but I can't seem to find the problem. Update: I already solved it, I forgot to remove the custom middleware that I put in the web middleware in the Kernel.php
8 replies
FFilament
Created by DysonSphere on 9/24/2023 in #❓┊help
Custom Middleware in Filament
Okay. I'll try this! Thanks!
8 replies
FFilament
Created by DysonSphere on 9/24/2023 in #❓┊help
Custom Middleware in Filament
No. I did it the Laravel way by making my own controller to handle the login request and return redirect()->route('filament.admin.pages.dashboard');
8 replies
FFilament
Created by DysonSphere on 9/20/2023 in #❓┊help
Custom Component in the Topbar
No description
4 replies