How to Generate QR Code in Node.js Example

How to Generate QR Code in Node.js Example

QR code is commonly use for bank transfer and any goods store. The pixel dot image which human can not read, but contain rich amount of information. Today tutorial we are going to implement how to generate QR Code in Node.js...

Sovary July 23, 2022 2.88K
#Node.js 
Laravel Query whereDate & whereDay Example

Laravel Query whereDate & whereDay Example

Today we will see example of using whereDate and whereDay. We are going to learn about eloquent query whereDate and whereDay in Laravel with examples below. Look at the examples to see how different using whereDate and whereDay...

Sovary July 20, 2022 1.23K
#Laravel  #PHP  #Query Builder 
Laravel 9 Login Multiple Roles using Custom Middleware

Laravel 9 Login Multiple Roles using Custom Middleware

In Laravel middleware will filter all http requests when there is client making request, for example we can find out which request is unauthorized and need to redirect to login page or to register page...

Sovary July 14, 2022 17.28K
#Laravel  #PHP  #Laravel 9  #Laravel Middleware 
How to Redirect HTTP to HTTPs in Laravel

How to Redirect HTTP to HTTPs in Laravel

Hello friends today we will learn how to force redirect Laravel app http protocol to https protocol. We will give you example how to force redirect protocol using .htaccess file in hosting server, so that you can apply in your hosting Laravel project...

Sovary July 13, 2022 1.47K
#Laravel  #PHP 
Getting Date and Time Format in Node.js Example

Getting Date and Time Format in Node.js Example

Today we will demo how to get current date and time in Node.js with various format. By default, there no required to import modules which we can use built-in Javascript date object...

Sovary July 12, 2022 1.47K
#Javascript  #Node.js 
Laravel 9 Add Charts Using Chart.Js Example

Laravel 9 Add Charts Using Chart.Js Example

Hello today we are going to implement charts in Laravel 9. For better understand we will give example of Laravel 9 with chartjs. This tutorial will be simple example for beginner to start how to add chart in Laravel 9...

Sovary July 9, 2022 2.15K
#Laravel  #PHP  #Laravel 9 
Laravel 9 Generate Report Save as PDF Example

Laravel 9 Generate Report Save as PDF Example

Today topic we are going to discuss how to create a report PDF in Laravel 9. We are going to install DomPDF package via composer. The package will help to generate pdf report file in laravel 9 which we pass data from controller..

Sovary July 8, 2022 2.31K
#Laravel  #PHP 
Convert Image to Base 64 String and Display using Pure Javascript

Convert Image to Base 64 String and Display using Pure Javascript

Convert Image to Base64 String in Pure Javascript; Hi today I will show very short demo example how to convert image which is browse from local machine to base64 image string with Javascript...

Sovary July 7, 2022 1.09K
#Javascript 
Laravel 9 Add Google reCaptcha v2 Example

Laravel 9 Add Google reCaptcha v2 Example

Laravel 9 Add Google reCaptcha v2 Example; this article will help you to implement reCaptcha v2 in Laravel 9. reCaptcha can avoid your site from spam and abuse which help your site more secure...

Sovary July 6, 2022 1.63K
#Laravel  #PHP  #Laravel 9 
Laravel 9 Get Locations By IP Address

Laravel 9 Get Locations By IP Address

Laravel 9 get locations country name, country code, city name, and address from user IP; In this article, we are going to explain how to get country info city name, postal code and address latitude, longitude from user IP address in Laravel 9 with package tevebauman/location...

Sovary July 5, 2022 1.63K
#Laravel  #PHP  #Laravel 9 
Search