Laravel

Laravel

9
34
2

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 (...)
Harish Kumar
Part #2: How to use Laravel's Validator::extend method for custom validation
0
0
6333

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 (...)
Harish Kumar
Part #1: Closure-based Custom Laravel Validation
0
0
3945

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. (...)
Harish Kumar
How to use the enumerations(Enums) of PHP 8.1 in Laravel?
0
0
6543

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 (...)
Narola Infotech
Mobile App Development Process
0
1
1389

How to sync font family in development and production server in laravel snappy

Asked by Alex M ·
Hello guys, I am using Laravel snappy for converting html to pdf and download them. But i am facing one challenge, that:- In my development machine, I am using windows and the (...)
0
1
5725

Laravel Websocket won't Connect in production - Apache Server

Asked by Joney Spark ·
Hi, in my VPS centos 7 I'm using an apache server and configure Supervisor Successfully. But I'm struggling to connect WebSocket or unable to configure a subdomain for the WebSocket. (...)
0
0
7201

How to make Laravel Sanctum (SPA) with Vue cli Private channel Broadcasting using Websocket ?

Asked by Joney Spark ·
Hi, How to make Laravel Sanctum (SPA) with Vue cli Private channel Broadcasting for real time notification.
1
2
8149

How to validate base64 image , size and mime type in lumen api?

Asked by gurpreet ·
Is there any best way to validate base64 encoded image, size and mime type in lumen api?
0
4
13826

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 (...)
Harish Kumar
What are Laravel Macros and How to Extending Laravel’s Core Classes using Macros with example?
0
0
12262

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.
Harish Kumar
Install Laravel Valet Linux+ development environment on Ubuntu System
0
1
22197