developer
developer
FFilament
Created by developer on 11/12/2024 in #❓┊help
how to make tables compact
yeah i think for now that's the only way, I hope in v4 we'll get the option for compact tables 🤞
6 replies
FFilament
Created by developer on 7/13/2024 in #❓┊help
trying to test filament routes with pest
oh nice tip, thank you ❤️
8 replies
FFilament
Created by developer on 7/13/2024 in #❓┊help
trying to test filament routes with pest
@Dennis Koch I tried following that tweet code example and used a route string like panel/login, but I figured it's better to use something like PostResource::getUrl('index') instead
8 replies
FFilament
Created by bionary on 7/13/2024 in #❓┊help
Spatie Media Library breaks with ->disabled()
ok but the issue is only related to ->disabled() method?
9 replies
FFilament
Created by bionary on 7/13/2024 in #❓┊help
Spatie Media Library breaks with ->disabled()
i just tried it and it works for me use attachments instead of my_download
9 replies
FFilament
Created by Luiz on 7/1/2024 in #❓┊help
Spatie Media Library records media but does not display it.
remember to remove the slash at the end of the url
good: http://mylaravelapp.localhost
bad: http://mylaravelapp.localhost/
good: http://mylaravelapp.localhost
bad: http://mylaravelapp.localhost/
25 replies
FFilament
Created by Luiz on 7/1/2024 in #❓┊help
Spatie Media Library records media but does not display it.
how you serve your app in your local environment? i recommend using laravel herd
25 replies
FFilament
Created by Luiz on 7/1/2024 in #❓┊help
Spatie Media Library records media but does not display it.
have you checked the .env APP_URL ? make sure you don't have a slash at the end - the correct format is APP_URL=myproject.localhost
25 replies
FFilament
Created by Luiz on 7/1/2024 in #❓┊help
Spatie Media Library records media but does not display it.
what's your storage driver (local, S3, etc)? if local maybe you forgot to run php artisan storage:link
25 replies
FFilament
Created by developer on 6/27/2024 in #❓┊help
SpatieMediaLibrary: how to use responsive ?
2 replies
FFilament
Created by developer on 6/23/2024 in #❓┊help
Table selectColumn how to require confirmation
maybe we'll get an elegant solution in v4
5 replies
FFilament
Created by developer on 6/23/2024 in #❓┊help
Table selectColumn how to require confirmation
yeah, as you said "ugly, but it should work" 😅
5 replies
FFilament
Created by msalehi on 12/3/2023 in #❓┊help
MediaLibrary not working with minIO with docker
I copied this repo and it's working like a charm! https://github.com/nicolus/laravel-minio-example
16 replies
FFilament
Created by developer on 6/5/2024 in #❓┊help
same model policy: multiple resources
btw I'm not using Policies anymore 😶‍🌫️
13 replies
FFilament
Created by developer on 6/5/2024 in #❓┊help
same model policy: multiple resources
no no, Im using that method directly in the resource page not in policy
13 replies
FFilament
Created by developer on 6/5/2024 in #❓┊help
same model policy: multiple resources
anyways, I think a centralized policy for all scenarios would be more effective than using authorizeAccess everywhere
13 replies
FFilament
Created by developer on 6/5/2024 in #❓┊help
same model policy: multiple resources
No description
13 replies
FFilament
Created by Moe Tarhini on 5/29/2024 in #❓┊help
Very slow performence (pagination, bluk action)
I think they're working on it
7 replies