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
8189

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
5409

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
17962

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
9897

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
5703

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
9483

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
12339
1
0
3833

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
4663

Git Cheat Sheet - Commands

git init <directory>:  Create empty Git repo in the specified directory. Run with no arguments to initialize the current directory as a git repository.
Deepak Kumar
Git Cheat Sheet - Commands
1
0
7952