Razet

Razet @razet

472
0
13
10

Activities

To address the issue of the missing php8.2-fpm.sock file in the specified paths (/var/run/php/php8.2-fpm.sock and /run/php/php8.2-fpm.sock) on your Nginx server, you may want (...)

What is Teleport Component in Vue.js 3?

Vue 3 provides the <teleport> component. Here in this post, I will show you how to use the <teleport> component in your Vue.js 3 project.
Razet
What is Teleport Component in Vue.js 3?
0
0
9405

Multiple v-model Bindings in Vue 3

In this guide, I will explain the new v-model in Vue 3 and go through a new feature that permits you to utilize various v-model on the same component!
Razet
Multiple v-model Bindings in Vue 3
0
0
7116

We utilize jQuery's is() method to check the selected element with another element, selector, or any jQuery object. This method traverses along the DOM elements to find a match, (...)

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 (...)
Razet
How to enable email verification support in Laravel
0
0
2479

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.
Razet
0
0
2984

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
11039

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
8378

.gitignore will not allow untracked files from being added (without an add -f) to files tracked by git. However, git will continue to track any files that are already being tracked.

To (...)