Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
31 views

I am building an application using AdonisJS 6, Vue 3, and Inertia.js. I'm trying to integrate Pinia for state management, but I'm running into an error: I read online and see other issues here, but I ...
Ebraheem Al-hetari's user avatar
0 votes
0 answers
107 views

Reading https://spatie.be/docs/laravel-data/v4/advanced-usage/typescript docs I try to add laravel data package on laravel/vue/element-plus site and adding app/Data/TaskAdminData.php class with code : ...
Petro Gromovo's user avatar
0 votes
0 answers
50 views

On Laravel/Vue/Element Plus, site I make filter with some filters in control and in table of Vue file : class TaskController extends Controller { public function __construct() { } /**...
Petro Gromovo's user avatar
0 votes
0 answers
32 views

I’m building a Laravel + React (Inertia.js) application where users can upload files (PDFs, images, etc.). For each file, I generate a thumbnail so I can display it in a gallery card (CardFile.jsx). ...
Benkku's user avatar
  • 1
0 votes
1 answer
117 views

I have been struggling with this error for 2 weeks. Project setup is basically simple: docker-compose for building app, redis and mariadb containers nginx on production server for serving app and ...
Nurbek's user avatar
  • 1
1 vote
1 answer
86 views

My app uses Laravel as backend, and React as a frontend solution with Inertia as intermediary. The idea is to load .wav files from media storage (say /storage/app/audio) to let users playback phone ...
Andrii's Quest's user avatar
-3 votes
1 answer
129 views

When running npm run dev that works but when I stop the npm run dev and run the npm run build then go to the web site, I get the error message: Illuminate\Foundation\ViteManifestNotFoundException: ...
黃梓榆's user avatar
0 votes
1 answer
153 views

I'm following the documentation (https://inertiajs.com/forms) of Inertia for custom submit button using the <Form ...> component. It show as example: import { useRef } from 'react' import { Form ...
carlos's user avatar
  • 300
1 vote
2 answers
73 views

Jetstream Version 4.0 Jetstream Stack Inertia Laravel Version 10.10 PHP Version 8.1 I am implementing Google RECAPTCHA v3 in Jetstream login. But its fails because inertia Jetstream auth sending 2 ...
Tarun Korat's user avatar
0 votes
0 answers
30 views

I'm trying to test a simple Inertia.js + React component using Vitest and React Testing Library. The component uses useForm() from @inertiajs/react and the route() helper function from Ziggy (Laravel)....
desh's user avatar
  • 699
2 votes
0 answers
87 views

I'm using the Laravel 12 + React + Inertia starter kit. When I run the application using Sail, my PATCH requests never complete. The PATCH endpoint is being hit properly, executes the logic/DB updates,...
rxndxllx's user avatar
0 votes
2 answers
54 views

I am trying to build a custom form component. In this I use inertiajs useForm hook to automatically load the data into a state (similar to react-use-form). But my problem is, that everytime i type a ...
Henry's user avatar
  • 1
0 votes
0 answers
83 views

I want to have a seemingly simple outcome: website in two languages with URL structure like /en/blog/article1 and /de/blog/seite1 content of the page is visible to search engines for SEO purposes It'...
Ranty's user avatar
  • 3,383
2 votes
1 answer
286 views

Here's the code inside my Vue component: import { usePage } from '@inertiajs/vue3'; import { usePage as usePage2 } from '@inertiajs/inertia-vue3'; const page = usePage(); console.log('...
cartbeforehorse's user avatar
0 votes
0 answers
86 views

I am using laravel + inertiajs + react to build a website. the problem is when when I go to the home, it loads all pages including the ones are not needed on Home. it is causing the page load slow. it ...
Tom Kur's user avatar
  • 2,440
1 vote
0 answers
87 views

I enabled the SSR in InertiaJS and am now facing an issue on when the SSR returns app.blade.php without .tsx file content and then renders it the client side on. It causes the "Hydration failed ...
Raim Haren's user avatar
0 votes
0 answers
46 views

In my laravel application after i installing npm install bootstrap bootstrap-vue-next and updating the vite.config.js : import { BootstrapVueNext } from 'bootstrap-vue-next'; import 'bootstrap/dist/...
shazin ahmed's user avatar
0 votes
1 answer
217 views

Inertiajs router makes requests to web.php by default, how do I change that so that it will make requests to api.php by default in a Vue app. Route::post('/api/guardian-app/m/verify-phone', [...
Michael Njuguna's user avatar
0 votes
2 answers
366 views

CSRF-TOKEN Mismatch: For a virtual host like app.local, when I submit a form using Inertia.js useForm().post(), it shows a 419 error in the app. Steps to Reproduce: I have just installed a new Laravel ...
Himel shipu's user avatar
0 votes
2 answers
109 views

The logout button doesn't work, it returns “Method Illuminate\Auth\RequestGuard::logout does not exist.” I checked everything seems to be correct, but it doesn't work. route: Route::middleware(["...
Rasuli Naurizbaev's user avatar
0 votes
1 answer
225 views

Please I am developing an application with React JS, Inertia and Laravel that require users to submit their academic qualifications. I want the user to be able to add additional form row for more ...
user17727484's user avatar
1 vote
1 answer
196 views

I followed ShadCN's official documentation to set up a React starter kit with Laravel Breeze. Authentication works correctly, but I encountered an issue where users could navigate back to the login ...
Lawrence Agulto's user avatar
0 votes
1 answer
405 views

I'm trying Laravel 12 with the new starter kit Vue and the shadcn-vue components. Here is my problem: I need a reactive datatable using Inertia. To achieve that reactivity I have to disable ...
Dovahkiin's user avatar
-1 votes
1 answer
98 views

I am working on a project using vue JS and inertia JS, basically I wanna trigger this code ONCE when the page loads or reloads. router.visit('/getrequest',{ method:'get' }) but its triggering ...
Edson's user avatar
  • 184
0 votes
1 answer
74 views

I have Laravel 11 / vuejs 3 / element-plus 2.9.5" app I make request to save form as from my vue file : const onSubmit = () => { console.log(editMode.value) if (editMode....
mstdmstd's user avatar
  • 3,309

1
2 3 4 5
26