
Laravel
8 Questions
27 Total Posts
2 Snippets
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
1640
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
2886
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
1906
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
3310
Mobile App Development Process
With businesses adopting a mobile-first approach and the growing number of mobile apps, successful mobile app development seems like a quest. But it’s the process that determines (...)

0
0
699
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
9886
Install Laravel Valet Linux+ development environment on Ubuntu System
The official Laravel Valet development environment is great if you are an Apple user. But there is no official Valet for Linux or Window system.
0
1
16430
Laravel Sanctum API Token Authentication Tutorial with example
Laravel Sanctum is a popular package for API Token Authentication. There are many other packages available to authenticate the APIs request in Laravel. For example, We are already (...)

1
1
9291
Create SPA authentication Using Laravel Sanctum and Vue.js
In this guide, we will focus on SPA authentication in a simple Vue.js app using Laravel Sanctum. Laravel Sanctum provides a featherweight authentication system for SPAs (single (...)

0
1
22936
Create API Authentication with Laravel Passport
In this article, we'll see how to implement restful API authentication using Laravel Passport. You should have experience working with Laravel as this is not an introductory tutorial. (...)

0
0
5920