How to detect Operating System on running website using JavaScript ?
To detect the operating system on running website, one can simply use navigator.appVersion or navigator.userAgent property.The Navigator app Version or userAgent property is a read-only property and it returns a string which represents the operating system information of the browser. Syntax
Send Email with Attachment in Laravel
This post will give you example of how to send email with attachment in laravel.In this article, we will implement sending attachment in mail in laravel. Alright, let’s dive into the steps.This tutorial of sending mail with attachment can be
Sending Mail with Dynamic SMTP configuration
Firstly, create a table in database and create all fields according to SMTP settings(.env file). Step:1 Create a Custom Mail Provider php artisan make:provider MailConfigServiceProvider Step:2 Fetch data from database in app/Providers/MailConfigServiceProvider
How to Export CSV file in Laravel Example
In Laravel projects export csv and excel file from database more required. If you optate to exporting your data utilizing csv file in your projects version 5, 6 or 7 then here we make a simple step by step facile
Angular — Fallback for Broken Images
If you have worked with images on websites then you must have run into the common problem where the image doesn’t load for some reason. Maybe the link is broken, or the link might be an empty string/null/undefined. The image
JQUERY: VALIDATE MULTIPLE FIELDS WITH THE SAME NAME
Sometimes we need to validate an array of input elements: For example – Select any abc