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
3632
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
8836
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
2
6389
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
3198
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.

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

0
0
9978
Bootstrap 4 Cheat Sheet - list of Bootstrap classes
Responsive breakpoints

1
0
1779
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.

2
0
2198
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.

1
0
4924
What is the difference between Ref() and Reactive() in Vue 3 Composition API?
The biggest feature of Vue 3 is the Composition API. This offers an elective way to deal with making components that is very different than the current options API.

0
0
2208