Skip to main content

All Questions

Tagged with
0 votes
1 answer
15 views

how to run vite on hostinger?

I recently uploaded my laravel project on hostinger. Everything works fine apart from the vite. How to configurate it to use npm and vite? when I open the project I got this error: Internal Server ...
kelbal's user avatar
  • 9
0 votes
0 answers
19 views

How to configure Dockerized Laravel Setup for Vite?

My goal is to Dockerize Laravel + Vite + React.js with Inertia.js for Development. I can get the app to run, but it has no Hot Module Replacement (HMR) and loads the pages like SSR pages and not ...
David's user avatar
  • 57
0 votes
0 answers
15 views

Set Vite host path to match Sail site URL

In my Laravel project I am outputting CSS/JS like so: @vite('resources/sass/app.scss') When I share the site with Laravel Sail, the built asset path becomes: http://host.docker.internal/build/assets/...
strangerpixel's user avatar
0 votes
0 answers
11 views

Echoing from .jsx into Blade file. ReactJS & Vite

I've got a weird problem where I'm transferring blade.php code into .jsx, and in Blade, PHP's echo {{asset()}} and Blade's @ syntaxed code is referred to a lot. How would I go about putting it inside ....
Tyler Delmas's user avatar
-1 votes
0 answers
14 views

Laravel + Inertia application not loading Vite files on iPad

I am working on a Laravel + Inertia project and it's powered by Vite (as per the modern ecosystem). Now, I want to load my website on other devices connected on my home network (my phone, iPad, etc.) ...
coderboy's user avatar
  • 1,788
0 votes
0 answers
48 views

Vite manifest not found Exception

My application was working normally until yesterday morning. Since this morning I have encountered this problem and unfortunately all my attempts to resolve it have yielded nothing. My laravel version ...
simplice wambe's user avatar
0 votes
0 answers
17 views

TomSelect with laravel and npm vite

my app.js file: import './bootstrap'; import jQuery from 'jquery'; window.$ = jQuery; import './tom-select.complete'; app.css: @import 'tom-select.bootstrap4.css'; @tailwind base; @tailwind ...
m.Sarto's user avatar
  • 179
-1 votes
1 answer
49 views

Laravel error handling for authentication system

I want to implement the laravel build in authentication system breeze in my laravel project. But when I clicked on the login or register the css is not working and also it shows a error: Mix manifest ...
Shashi Rajput's user avatar
1 vote
0 answers
24 views

Error: Cannot set properties of undefined (setting 'mode') vercel deployment laravel

I want to deploy using vercel through the CLI and when I run vercel build everything is safe until npm run build then not long ago it appears the error setting 'mode' I don't know where the error is ...
Roihan Adhen's user avatar
0 votes
1 answer
32 views

How to Implement GlideJS in Laravel Vite

I want to implement GlideJS with Vold in Laravel Vite. GlideJS can work well when the page is reloaded, but GlideJS doesn't work when moving pages by hot reloading using Volt. Here is the code I have ...
Hilmi Hidayat's user avatar
0 votes
1 answer
21 views

Laravel vite : get the versioned url of my JavaScript file

with laravel vite, how can i get the versioned url of my javascript file. Do you have any ideas for implementing any specific versioning for my project.
Mohammad Trabelsi's user avatar
0 votes
2 answers
424 views

How can I solve the issue of 'failed to resolve import "primevue/datepicker"'

enter image description here I want to use the package in Vue JS - DatePicker from Primevue The documentation says that you need to install the package using the command - npm install [email protected]...
VoroshylovDmitry's user avatar
-1 votes
0 answers
39 views

The command does not start npm run dev in Docker Compose

I have an nginx and php container in which a Laravel application exists, and there is also a vite builder, and when I run the npm run dev command, the css, js files do not compile. And when I go to ...
Artem D's user avatar
0 votes
0 answers
32 views

Vite npm run dev on laravel rtying to access resoures folder

I have a simple docker-compose file version: '3.4' services: nginx: image: nginx:1.17 ports: - "80:80" - "443:443" - "...
volkoff's user avatar
0 votes
0 answers
39 views

Mailcoach laravel send Campaign issue using mailcoach docs

I'm experiencing an issue with Mailcoach where my campaign gets stuck on loading and does not send. I have set it up using an existing app following the methods described in the Mailcoach ...
Shery's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
34