Blog
Posted in Laravel

How to Create a Blog with Laravel

Laravel is the most popular PHP framework. People prefer this framework to build their web applications. While building a website with Laravel, you probably want…

Continue Reading...
Login Form
Posted in Laravel

Login with Twitter in Laravel Using Laravel Socialite

In the past, I have published an article on Login with Twitter in PHP. One of our readers asked to write an article on login…

Continue Reading...
Honeypot
Posted in Laravel

How to Create Honeypot for Battling Form Spam in Laravel

Once your website goes live very soon you will start receiving spam from your website forms. Spambots write a computer program that just fills out…

Continue Reading...
PayKun
Posted in Laravel

PayKun Payment Gateway Integration in Laravel

Are you running an online store in India? Then probably you are looking for a payment gateway through which you can accept customer’s payments online….

Continue Reading...
stripe-api-credentials
Posted in Laravel

Stripe Payment Gateway Integration in Laravel

If you are running an online store or some kind of paid service, you probably need to accept card payments on your application. Stripe is…

Continue Reading...
Create PayPal REST API APP
Posted in Laravel

PayPal Payment Gateway Integration in Laravel

In the past, I published an article on PayPal Payment Gateway Integration in PHP. One of our readers asked about integrating the PayPal payment gateway…

Continue Reading...
Dropbox App
Posted in Laravel

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

Continue Reading...
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...
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...