F
Filament3mo ago
MertOS

Laravel-Filament Qr generate

Hello, I hope you have a good day. I want to make a QR converter based on Laravel-filament. I want a special QR converter with that product ID, but I am a bit new to using uuid and filament. Can you help me with the methods to follow or if you know a source?
7 Replies
MertOS
MertOS3mo ago
Is there a training you recommend on Udemy? @Leandro Ferreira
LeandroFerreira
LeandroFerreira3mo ago
Filament
Qr ⚡️ Component by Lara Zeus - Filament
Qr Code Component, Form Field to generate Qr with designing options.
Dan-webplusm
Dan-webplusm3mo ago
uuid is not about Filament, but your table field. Just check the laravel doc to see how to implement it. And may be you need to check a plugin on filament website
MertOS
MertOS3mo ago
Yes, I tried to do it, but I had a little difficulty. Can you tell me the order I should follow or the places I should pay attention to while doing it?
Dan-webplusm
Dan-webplusm3mo ago
Does what ? the plugin ?
MertOS
MertOS3mo ago
sorry I use language translation. I just need some help, can you tell me the order I should follow while doing these? The only source I can find is discord. Yes
Lara Zeus
Lara Zeus3mo ago
the plugin will help you generate QR code for any url you have you can read the docs there is some examples