Login with Google
Posted in Laravel

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….

Continue Reading...
Hosting
Posted in General

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…

Continue Reading...
YouTube Video List
Posted in Javascript

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…

Continue Reading...
LinkedIn Application
Posted in 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…

Continue Reading...
Meta Information
Posted in WordPress

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…

Continue Reading...
Protect
Posted in Laravel

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…

Continue Reading...
AWS-Backup
Posted in Laravel

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…

Continue Reading...
Form data
Posted in Javascript

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…

Continue Reading...
Success
Posted in Laravel

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…

Continue Reading...
crop
Posted in Laravel

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…

Continue Reading...