Harish Kumar @harishkumar
978 Total Points
0 Best Answers
43 Posts
11 Snippits
Posts
Part #3: Rule objects based custom validation in Laravel
Laravel comes with multiple ways to add custom validation rules to validate form request inputs. I have already explained some of the ways in the following article links:

0
0
1038
Part #2: How to use Laravel's Validator::extend method for custom validation
Validation is important in any application as it validates a form before performing actions on it. It allows the user to know their input is accurate and confident about the operation (...)

0
0
1824
Part #1: Closure-based Custom Laravel Validation
While I was working with Laravel, validation using closure came to my mind, and I know it will be helpful to you. This tutorial assists you with all what is the difference between (...)

0
0
1173
What is the difference between classes vs enums in PHP 8.1?
One of the common questions that I have been asked is what is the difference between classes and enums. Class(es) and enum(s) share many similarities but differ in some aspects. (...)

0
0
574
How to use the enumerations(Enums) of PHP 8.1 in Laravel?
The release of PHP 8.1 brings native enumerations to PHP. There is no more requirement for custom solutions in your Laravel projects since the Laravel v8.69 release has you back. (...)

0
0
1999
What is Enumerations(Enums) in PHP 8.1? Enums in PHP v8.1 Explained in detail with examples.
PHP 8.1 added many new features, and Enumerations (Enum) is our favourite new feature. Enumerations (or enums for short) allow us to define a new structure similar to a class however (...)

0
0
1665
Vuex Tutorial: Learn State management in Vue.js using Vuex
The objective of this Vuex tutorial is to give you an essential understanding of state management in Vue.js using Vuex by creating a relatable example. By the end of this tutorial, (...)

1
0
3747
What are Laravel Macros and How to Extending Laravel’s Core Classes using Macros with example?
Laravel Macros are a great way of expanding Laravel's core macroable classes and add additional functionality needed for your application. In simple word, Laravel Macro is an (...)

0
0
9168
How To Install NVM (Node Version Manager) on Ubuntu System?
This tutorial will assist you with installing NVM on the Ubuntu machine. Additionally, allow you to install different node versions and other useful examples.

0
0
22393
Install phpMyAdmin Manually with Nginx server on Ubuntu
In this guide, I will show you how to install and configure phpMyAdmin with Nginx, MySQL, and PHP8.0 (LEMP) on an Ubuntu system. phpMyAdmin is a free and open-source database (...)

0
4
8529