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
13212

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.
Sumit Talwar
How to create Stored Procedures in PostgreSQL with example?
0
0
8877

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
5958

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
19143

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
10765

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
6339

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
10332

What's new in PHP 8: New Features and Improvements

PHP 8.0 is a major update of the PHP language. It contains a range of new features and optimizations such as the JIT compiler, union types, attributes, constructor property promotion, (...)
Harish Kumar
What's new in PHP 8: New Features and Improvements
0
0
12827
1
0
4605

CSS3 Cheat sheet - tags and attributes

Using CSS day-to-day? Whether you’re a super savvy web developer or just someone who wants to learn web development, this CSS cheat sheet should help you out.
Olivia
CSS3 Cheat sheet - tags and attributes
2
0
5559