Author: Sajid
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…
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…
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…
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…
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…
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,…
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…
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…
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…
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…