Laravel

Laravel

10
44
3

Sending Email in Laravel using Gmail SMTP Server

In this post, we talk about how to send email using the Gmail SMTP server in Laravel. Well, there's no uncertainty the need to send emails in your web application will emerge, (...)
Sohail
Sending Email in Laravel using Gmail SMTP Server
0
0
3806

What is Laravel Sail, and how to use it?

Laravel Sail is a light-weight command-line interface for communicating with Laravel's default Docker development environment. This means you won't have to utilize Docker to make (...)
Razet
What is Laravel Sail, and how to use it?
0
1
12254

How to store Laravel backup on Dropbox?

Storing backup on the cloud is always suggested. Dropbox is additionally a well-known choice to store files and documents. In this post, you will learn how to store a backup of (...)
Harish Kumar
How to store Laravel backup on Dropbox?
0
0
5343

How To Setup Laravel Backup On Google Drive?

In this article, I will show how to storeĀ automatic Laravel backup on Google Drive using spatie/laravel-backup package and Google Flysystem.
Harish Kumar
How To Setup Laravel Backup On Google Drive?
0
1
17716

How to Set up Automatic Laravel Backup for database and files?

Do you want to schedule an automatic backup of the Laravel application? Keeping the backup of the app's database and files very important. You should have your backup prepared (...)
Harish Kumar
How to Set up Automatic Laravel Backup for database and files?
0
2
9762

Add Two-Factor Verification via Email in Laravel Auth

In this article, we are going to take a look at how we can implement Two-Factor Verification in our Laravel application in truly simple steps. Likewise, we will utilize email as (...)
Sumit Talwar
0
1
5601

Laravel Fortify: Implement Authentication Scaffolding In Laravel 8

Since the arrival of Laravel 8 and Jetstream, the package laravel/ui fall in some sort of deprecated status.
Razet
Laravel Fortify:  Implement Authentication Scaffolding In Laravel 8
0
0
9332

Laravel Artisan Commands to Clear Cache

In this post, You will learn how to clear route cache, application cache, config cache, view cache, and reoptimized class in a Laravel using the artisan commands.
vinoy
0
0
3434