Author: Sajid
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…
Adding Custom Image Button with Media Uploader in WordPress
Recently I was working on a plugin where we wanted to use the media uploader of WordPress for our requirement. WordPress built a media uploader…
A Guide on Adding Google reCAPTCHA v3 to your Laravel Website
In the past, I have published an article on adding Google reCAPTCHA to the Laravel forms. I have shown how to integrate reCAPTCHA v2 in…
How to take Backup of Laravel Application and Store it on Amazon S3
In the past, I have published an article storing Laravel backup locally on the server. Though in that article we discussed storing a backup on…
How to Connect Firebase Realtime Database to Your Website Form
Are you looking to store your website form data in the Firebase? The Firebase realtime database is a cloud-hosted NoSQL database. In this article, I…
Improve your Laravel Coding Standards Using GrumPHP
You always want to write better code. For this, you should have to improve your coding standards. Whether you are working alone or with a…
How to Upload and Crop Image in Laravel Using imgAreaSelect and Intervention Image Library
Recently one of our readers asked to write an article on how to upload and crop images in Laravel. In the past, I published an…