Ubuntu Installation step by step guide with disk partitioning
Ubuntu is the most loved OS for many desktop users, particularly for developers. Canonical releases new Ubuntu versions every six months with free support for nine months and every (...)

0
0
226
How to enable email verification support in Laravel
As we all know, an email confirmation is a must-have feature for the most web application. That is the inbuilt solution for us after the Laravel v5.7 release, and we can easily (...)

0
0
218
How to Delay notifications by channel in Laravel 8.x?
Up until now, in Laravel, if you need to delay notifications, you could do it by chaining the delay method onto your notification object like so.
0
0
394
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, (...)

0
0
461
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 (...)

0
1
3882
How to create Stored Procedures in PostgreSQL with example?
In this post, you will learn how to use the CREATE PROCEDURE statement to create new stored procedures in PostgreSQL.

0
0
467
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 (...)

0
0
787
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.

0
1
1058
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 (...)

0
0
832
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 (...)
0
0
700