Laravel

Laravel

9
41
3

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
7127

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
1658

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
9566

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
11022

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
11967

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
17854

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
12764

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
23767

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 (...)
Harish Kumar
Laravel Sanctum API Token Authentication Tutorial with example
1
1
12985

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 (...)
Harish Kumar
Create SPA authentication Using Laravel Sanctum and Vue.js
0
1
28104