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
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.23KIn 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.28KHello 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.47KToday 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.47KHello 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.15KToday 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.31KConvert 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.09KLaravel 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.63KLaravel 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