In this video we will learn how to generate qr code in laravel 8 using simple qrcode package step by step. Now follow bellow process
Step 1. Create project
Step 2. composer require simplesoftwareio/simple-qrcode
Step 3. config/app.php
add in providers
SimpleSoftwareIO\QrCode\QrCodeServiceProvider::class,
add in aliases
SimpleSoftwareIO\QrCode\Facades\QrCode::class,
* watch it in video how to add in aliases*
Step 4. routes/web.php
Step 5. qr_code.blade.php
watch in video
👍 Like our Facebook Page: / webjourneybd
🔗 QrCode Git : https://github.com/SimpleSoftwareIO/s...
#laravelqrcode
#webjourney