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
772
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
5946
Bootstrap 4 Cheat Sheet - list of Bootstrap classes
Responsive breakpoints

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

1
0
210
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
1888
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
584
How to Install phpMyAdmin with Nginx on Ubuntu Server?
The phpMyAdmin is an open-source PHP-based tool for handle MySQL and MariaDB databases over a web-based interface.

0
0
228
How to Add a Drop Shadow to PNG Image?
Shadows on the image always give it a new look and make it eye-catching.

0
0
1218
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.
0
0
310
What is Laravel Breeze & how to install it in the Laravel application?
Laravel Breeze is a shiny new package released by Taylor and the Laravel team.

0
0
1014