Category: 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…
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…
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…
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….
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…
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…
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,…
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….
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…