Laravel 11 Generate QR Code Example

Laravel 11 generate qr code example; Through this tutorial, i am going to show you how to generate or create simple qr code using simplesoftwareio/simple-qrcode package in Laravel 11 apps. In this tutorial, i will use simplesoftwareio/simple-qrcode package to generate simple, text, numeric and image qr code in Laravel 11 app. Laravel 11 Generate QR … Read more

Dynamic Dependent Dropdown In Laravel 11 Using jQuery Ajax

Laravel 11 dynamic dependent dropdown using jQuery ajax; Through this tutorial, i am going to show you how to implement dynamic dependent dropdown in Laravel 11 using jQuery ajax. In this tutorial, i will create jquery ajax categories and subcategories select dropdown in Laravel 11 app. Or show subcategories according to selected category value in … Read more

Multiple File Upload using Ajax in Laravel 11

Laravel 11 multiple file upload ajax with validation; Through this tutorial, i am going to show you how to upload multiple file using jQuery ajax in Laravel 11 with validation. And save multiple files into database and public storage directory (folder). In this post, the jQuery and ajax code will upload multiple file into database … Read more