kisut
Visual Builder Email Template Error
Hi,
I'm using Email Template editor plugin from Visual Builder https://github.com/visualbuilder/email-templates and using postgre database, the plugin is working nicely on local server. And then I got this error on production server:
Maybe someone using this plugin too and can help me to solve this? The column on the database is already mapped with boolean type and filled in with True or False condition.
5 replies
Column Order Number Error
Hi,
I'm trying to use column_order for my relation manager. This is my code:
Track Model
Release Model
Relation manager
Why when I create/attach data, the column_order (in my case track_order) is not auto created? I need to reorder it first so the order number is showed and save into database.
Is this a bug or what? because I didn't get this error before
6 replies
Override Reset Password Laravel Basic Template
Hi,
I'm using this plugin by visualbuilder https://github.com/visualbuilder/email-templates
I want to override the basic laravel reset password email template by template that i created on that plugin. I've follow all the step but the basic email always coming.
User Model:
Also when I save the template, the preview does not come from the email content that I have created? but rather like the template provided by the plugin. I'm little bit confused about this.
Thank you
3 replies
Disable Reorder Table on View
Hi,
I use relation manager and enable reoder, everything works normally. But I want reoder only active on edit page, how to implement it?
I used visible/hidden but both are inactive (view and edit page).
Thanks
5 replies
Relation Manager section didn't show up
Hi,
I created a belongsToMany relation between two models with this setting.
Track Model
Release Model
and I created a relation manager with commands like this
I have registered the relation in Release resource but the section relation under the form is not showing up. Is there a mistake?
11 replies
Cloudinary FileUpload Integration
I'm new in Filament, either in Laravel. I want to integrate FileUpload component with Cloudinary. I want user can upload image on the component, and its gonna store on database.
I'm using this package of Cloudinary Laravel:
https://github.com/cloudinary-community/cloudinary-laravel
My form schema is
and have this function on model
and when I run it, it's got on console, and on terminal
Is there any mistake? I'm very confused. Or maybe anyone have some article/video about this?
Thanks
11 replies