Google Application
Posted in Laravel

How to Upload Video on YouTube in Laravel Application

Recently one of our readers asked how to upload a video on YouTube from the Laravel application. They wanted to build a system to upload…

Continue Reading...
write-csv-excel-file
Posted in PHP

How to Export MySQL Database Data to Excel/CSV Using PHP

Recently I published an article on How to Read CSV and Excel Files in PHP Using PhpSpreadsheet.  One of the readers asked how to use…

Continue Reading...
country-dropdown
Posted in WordPress

How to Add Country List in Contact Form 7 Plugin

Contact Form 7 is one of the most popular plugins on the WordPress repository. At the time of writing this article, this plugin has crossed…

Continue Reading...
file upload
Posted in General

FTP/SFTP Extension for Visual Studio Code

Visual Studio Code is popular among developers. It is an open-source code editor available for Windows, Linux, and macOS operating systems. This code editor is…

Continue Reading...
error-log
Posted in PHP

How to Log Errors and Warnings(into error.log file) in a PHP

This is a quick post on error logging in PHP. The reason for sharing this small tip is I found it can be helpful for…

Continue Reading...
LinkedIn Login
Posted in PHP

How to Implement Login with LinkedIn in Website with PHP

Social Login is a popular term nowadays. A lot of websites allow the user to sign in using their social accounts. By using social login,…

Continue Reading...
file upload
Posted in Javascript

Drag and Drop Multiple File Upload using JavaScript and PHP

In the past, I have written an article Drag and Drop File Upload using JavaScript and PHP. In that article, I focused on uploading a…

Continue Reading...
Transport
Posted in NodeJs

Sending Email via Gmail SMTP Server in Node.JS

Sending emails through the SMTP server is a convenient option. It may happen your emails are landing in the spam or they’re not working on…

Continue Reading...
Create a thumbnail
Posted in Laravel

Create Thumbnail in Laravel Using Intervention Image Library

On the website, we always deal with images. Based on the website’s structure, we use different versions of images. It’s always a good practice to…

Continue Reading...
Login Form
Posted in Laravel

Login with LinkedIn in Laravel Using Laravel Socialite

Adding a social login system on the website is a trend nowadays. The social login option on a website skips the verification process of a…

Continue Reading...