How to Read Text from Image in PHP
Do you want to read text from an image in PHP? There are certain scenarios where you want to programmatically extract the text written on…
PRISM – A Nicely Done Syntax Highlighter for Your Website
If you are running a programming blog or website which explains how to code then you need to display code on your web pages. Your…
Backup Laravel Application on Dropbox
Storing application backup on the cloud is always recommended. You never know when you might need to restore your site from the backup. Amazon S3,…
How to Split the Terminal on Windows OS
If you are a developer, you might works on multiple projects at a time. In the recent web development process, we widely used the terminals….
Accept Credit Card Payments using PayPal Payments Pro in PHP
Are you looking to integrate a payment gateway that accepts credit card payments? Credit card payment is one of the best options to accept online…
Mailchimp Integration in WordPress Without Using a Plugin
When it comes to WordPress you will get almost every kind of plugin that works as per your expectation. Using plugins on the WordPress website…
Google Login in Laravel Using Laravel Socialite
In the past, I have written an article Login with LinkedIn Using Laravel Socialite. One of our readers asked about integrating Google Login in Laravel….
Deploy Static Website on Firebase Hosting for Free
Firebase hosting is a service offered by Google which hosts static and dynamic websites in a secure way. It is the finest free service for…
Get YouTube Video List By Keywords Using YouTube Search API and JavaScript
In the past, I have published an article How to Get YouTube Video List by Keywords Using YouTube Search API which was written for PHP…
Share Post on LinkedIn Using LinkedIn API and PHP
Do you want to share posts on LinkedIn using PHP? You may wish to build an automated system that can share your post on LinkedIn…