tomc
Explore posts from serversUpload Laravel Images to Azure Blobs Storage via Filament-Curator
How can I make it so that when I upload a file via curator picker it uploads to azure blobs storage while leaving behind a simple backup thumbnail, after a successful upload I want to return the url so I share for my frontend
2 replies
Curator Image Not Found (Production)
I am using curator but I am getting Not Found for image url in production, note that I am passing it through an API resource. However I can access the image fine in my localhost. below is my model;
model :
and this is how I call it in my api resource;
kindly assist.
8 replies
How I create images urls with "filament spatie media library" ?
How I create images urls with "filament spatie media library" ? if yes How do I do that, i am working with filament-api-service so I can make those image urls available for my frontend.
12 replies
Enquiry: running Breeze API beneath Filament v3
Hello, is it possible to have filamentphp v3 run as an admin panel on top of a laravel breeze project? are there any down sides to that approach considering that breeze uninstalls certain features from laravel upon activation? I want it such that filament would only work as admin panel and breeze would only send out end points for post/get for the frontend (Nuxt) to consume. can I use controllers without disturbing filaments livewire
2 replies