Mohamed Ayaou
I don't know how to add a custom icon to the header.
in genera that can be done using the render hooks
https://filamentphp.com/docs/3.x/support/render-hooks#scoping-render-hooks
6 replies
Create resource for email marketing
No built-in options for that for now, but you might just use some of the community plugins like:
https://filamentphp.com/plugins/infinityxtech-unlayer
https://filamentphp.com/plugins/visual-builder-email-templates
https://filamentphp.com/plugins/solution-forest-filaletter (Paid)
or a lot of resource form customization to get it just a any other Laravel app
or even a combination of the two options
7 replies
Integration with supbase/appwrite
It is possible to use Laravel ORM with none-database data using a package like Sushi:
https://github.com/calebporzio/sushi
but ofc you wont get all the eloquent's features
9 replies
Integration with supbase/appwrite
read this to get an Idea:
https://laraveldaily.com/post/filament-load-table-data-from-3rd-party-api
9 replies