SnaggyDainc
SnaggyDainc
FFilament
Created by Nicole on 4/30/2025 in #❓┊help
SpatieMediaLibraryFileUpload gets images from a third-party AP.
thanks, i will look at it. all i need is to put already uploaded file into the fileupload and display there
12 replies
FFilament
Created by Nicole on 4/30/2025 in #❓┊help
SpatieMediaLibraryFileUpload gets images from a third-party AP.
not yet, but i let you know if i handle it somehow
12 replies
FFilament
Created by Nicole on 4/30/2025 in #❓┊help
SpatieMediaLibraryFileUpload gets images from a third-party AP.
bump cause i've got similar question and curently working on it 😄
12 replies
FFilament
Created by Darshan_Bhandary on 4/23/2025 in #❓┊help
Filament configuration in Laravel Cloud
what is the error? if you're getting 403 my first though is that you haven't set this: https://filamentphp.com/docs/3.x/panels/installation#allowing-users-to-access-a-panel
3 replies
FFilament
Created by AngryTestie on 4/10/2025 in #❓┊help
Hide other tab menus in mobile
How about
->visable()
->visable()
with some condition, have you tried it?
5 replies
FFilament
Created by Nils on 4/12/2025 in #❓┊help
Admin and User Panel
what you can do is to use build in filament methods on your provider like that:
final class AdminPanelProvider extends PanelProvider
{
/**
* @throws Exception
*/
public function panel(Panel $panel): Panel
{
return $panel
->passwordReset()
->login()
->registration()
->profile()
final class AdminPanelProvider extends PanelProvider
{
/**
* @throws Exception
*/
public function panel(Panel $panel): Panel
{
return $panel
->passwordReset()
->login()
->registration()
->profile()
Also to build separate side for User and Admin you could follow this: https://filamentexamples.com/tutorial/multiple-panels-sign-in-via-one-sign-in-page
4 replies
FFilament
Created by Akki on 4/1/2025 in #❓┊help
Restrict non filament panel user, accessing filament admin panel.
8 replies
FFilament
Created by Crispy on 3/20/2025 in #❓┊help
Way to only allow numeric in search dropdown for filament select element?
how's
->numeric()
->numeric()
will work for you?
11 replies
FFilament
Created by kaito1592 on 3/22/2025 in #❓┊help
LOOKING FOR FULLSTACK DEVELOPER
DM me, I’d like to know more details.
3 replies
FFilament
Created by Ngannv on 3/22/2025 in #❓┊help
Call to a member function getRelated() on null
how about setting default value if there is no existing record?
4 replies
FFilament
Created by Florian on 3/22/2025 in #❓┊help
Migrating from Vue to Filament Livewire with a Large MySQL Database
i'd like to help you but i don't get what the issue is. You don't change your models and migrations at all, you just create Resources based on your models if i understand you corectly.
3 replies
FFilament
Created by SnaggyDainc on 2/4/2025 in #❓┊help
Relation Managers Tab Translations
for me $title (not $label) did the trick... thank you.
14 replies