Skip to main content

All Questions

Tagged with
0 votes
1 answer
19 views

Vite will not rollup scripts referenced only in Blade components

I have a Blade component that relies on some JavaScript, which I've put into a standalone module. The only place I need this script is when I'm using the component, so I've removed any mention of it ...
miken32's user avatar
  • 42.6k
0 votes
0 answers
12 views

Deploying nuxt/laravel site to forge laravel give me an error 500 concerning nuxt chunks

I have an error when deploying the nuxt part of my nuxt/laravel site to forge laravel. I get the following error Cannot find module '/home/forge/my-site.com/.output/server/chunks/app/_nuxt/index-...
Yex777's user avatar
  • 57
0 votes
1 answer
37 views

How to Display Item Quantity Based on Product Selection in Laravel 11?

How to display the quantity of items from the 'item_amount' column when a product name is selected from the 'item_name' selector in Laravel 11, based on the data in the database? Database id ...
Yuda AdyaJudha's user avatar
0 votes
0 answers
23 views

How to Connect Dropbox with Uppy in a Laravel Project Using JavaScript?

I'm trying to integrate Dropbox with Uppy in my Laravel project. I'm using JavaScript and jQuery. However, when I attempt to connect, I'm redirected back to the connection page. Below is the code I'm ...
tec's user avatar
  • 35
-3 votes
0 answers
36 views

Troubleshooting Redirect Issues and Server Errors on a PHP and Laravel Website [closed]

I've created this website: www.earnesly.com However, I've been experiencing issues where the page sometimes redirects unexpectedly, and I often receive 502, 500, and 504 errors. Despite my debugging ...
adyems Godlove's user avatar
0 votes
0 answers
43 views

Looping in laravel ( review and comment system ) [closed]

I am working on a review management system in which I am getting user id in the database from which I have to retrieve the data of the user like the name which will be shown in the view. For example ...
Yug Soni's user avatar
0 votes
1 answer
38 views

I'm getting 401 Unauthorized when accessing protected routes using http only cookies in Laravel with axios

I'm working on a Laravel application with JWT authentication, and I'm trying to use http-only cookies for authentication. Despite setting the cookie correctly on login, I'm still receiving a 401 ...
bright-webb's user avatar
0 votes
0 answers
24 views

I am getting cookie empty on controller in laravel

$(".add-to-compare").on("click", function(e) { e.preventDefault(); var uid = $(this).attr("id"); var vin = $(this).attr("data-vin"); var ...
MR Lappy's user avatar
-1 votes
0 answers
24 views

carousel issue in laravel [closed]

i am new to laravel and i want to have a carousel of product images on the homepage. carousel.blade.php is imported into index.blade.php, i have the carousel controller, model, etc. my problem is that ...
Cc868510's user avatar
0 votes
0 answers
19 views

3d Model not deattaching/removing when radio button unselect

The problem is that I am rendering a 3d boat model which has different sections in which there are options with multiple select and single select which are dealt with radio and checkboxes. Now issue ...
BIlal Ahmed's user avatar
0 votes
0 answers
25 views

Why livewire app raise JS error from some moment with 3 related country/state/region fields?

In laravel 10 / filamentphp 3 app I have 3 related country/state/region fields where, when user selects country, then all states are filled correctly and had problems with filling all regions, but ...
mstdmstd's user avatar
  • 2,941
-2 votes
0 answers
31 views

laravel in php at vscode and composer

PHP Fatal error: Uncaught Error: Class "Illuminate\Support\Facades\Route" I have a question about run route in Laravel . I install composer. but I have a error please answer my question ...
Sanaz Pourmohammadtaqi's user avatar
0 votes
0 answers
18 views

How properly show up realtime message using pusher?

I'm having trouble with my websockets. I'm trying to use Pusher and Echo to display whether a user has logged in or logged out, but I can't figure out how to display the message. According to the ...
JayVch's user avatar
  • 95
0 votes
0 answers
25 views

"How to Ensure Proper Asset Loading in Laravel Project Using PHP Desktop?"

I am using PHP Desktop to convert my Laravel project into a desktop application. The application runs, but styling and JavaScript files are not loading correctly. When running the Laravel project ...
Stanley Mwangi's user avatar
0 votes
0 answers
29 views

How can i concatenate (dropzone.js) front chunk file with laravel controller

@section('css') <link href="https://cdnjs.cloudflare.com/ajax/libs/dropzone/5.9.3/min/dropzone.min.css" rel="stylesheet"> @endsection @section('content') <h1>File ...
Santosh Subedi's user avatar

15 30 50 per page
1
2 3 4 5
697