@@linnhtetaung5923 It's used bootstrap 5 and here is the source code of this tutorial. github.com/mohsenkarimi-mk/Generate-QRCode-and-Barcode-In-Laravel
thanks a lot, But I have a problem with this code, I have a product code that is 1000716 and I printed it as you taught me in this tutorial, but the problem is when I scan the barcode, it resolves it as 000010007167 How can I fix this?
@@Salsabila-we9ky while creating the product time itself generate the barcode image and store in the database binary format then show in the list. this way u will achieve this scenario. NOTE : storing the image as binary format will take more space in database
Exactly what I was looking for. Thank you Thank you Thank you Thank you
I'm glad this video is useful for you.
Can you make tutoial video where the data isnt input one by one but exported from csv ?
Excuse me sir, may I ask? how do you just print the qr image according to the row
Good Job
thank you.
Thanks, u got my subs
Thank you so much.
How can I download this barcode ?
how about print for correct size?
subscribed
thank you for subscribing.😊
can i add a img png into these QR code?
thank you
hey bro, what bootstrap use in that program
bootstrap 5.
@@BluebirdTech I asked to you, bootstrap version with source code
@@linnhtetaung5923 It's used bootstrap 5 and here is the source code of this tutorial.
github.com/mohsenkarimi-mk/Generate-QRCode-and-Barcode-In-Laravel
thanks a lot,
But I have a problem with this code, I have a product code that is 1000716 and I printed it as you taught me in this tutorial, but the problem is when I scan the barcode, it resolves it as 000010007167
How can I fix this?
Thanks Man.
If I scan this bar code then it will show me some data?
Yes, scanning a barcode typically retrieves data encoded within the barcode and displays it in a readable format.
A barcode on a product in a grocery store might encode information such as the product name, price ...
@@BluebirdTech which package to use one video for that also small barcode when scan all details come
so how tomake the barcode didnt chage after refresh ? or fixed qr code
yes, how? i also need it, have you found a way?
@@Salsabila-we9ky while creating the product time itself generate the barcode image and store in the database binary format then show in the list. this way u will achieve this scenario.
NOTE : storing the image as binary format will take more space in database
@@dhanar98 thank you very much for the answer and the method.
thanks
ErrorException
Undefined index: num_cols (View: D:\xampp\htdocs\cookies\E-commerce\e-commerce
esources\views\products\product_list.blade.php) i got this error