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
Is there a training you recommend on Udemy?
@Leandro Ferreira
Do you mean, this?
https://filamentphp.com/plugins/lara-zeus-qr
Filament
Qr ⚡️ Component by Lara Zeus - Filament
Qr Code Component, Form Field to generate Qr with designing options.
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
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?
Does what ? the plugin ?
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
the plugin will help you generate QR code for any url you have
you can read the docs there is some examples