Author: Anil Bajracharya

0

Laravel Google Bar Chart

In Laravel, you can create a Google bar chart using the “laravel-gcharts” package. 3. In your view, display the chart by calling the chart variable: You can also customize the chart by passing options...

0

Laravel generate QR code

There are several ways to generate QR codes in Laravel. One way is to use a package called “Simple QrCode”. 3. In your view, display the QR code by calling the controller method You...

0

Laravel batch process

In Laravel, you can use the built-in command-line task scheduler to run batch processes. The scheduler allows you to define scheduled tasks, like running a particular command every minute or every day at a...