Skip to main content
-1 votes
0 answers
32 views

I have problem with all Inertia projects. When the user opens the page from their browser history it opens a JSON not a React page. How can I prevent this? I have: "dependencies": { &...
ibrahim elshorbagy's user avatar
0 votes
0 answers
34 views

I'm trying to dynamically load only specific icons from the lucide-vue-next package in my vue page, however it's not wanting to work. I'm using Laravel 12 (Latest), Vue3 (Latest shipped with Laravel), ...
Jon's user avatar
  • 395
Best practices
0 votes
2 replies
51 views

I'm currently learning inertia with react after using livewire and finding myself quite limited so I'm making a sample project that makes invoices to practice making forms and saving data to a ...
Alejandro Bolívar Hidalgo's user avatar
0 votes
0 answers
45 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
69 views

On laravel/vue/inertiajs/element-plus site I make notification when data are saved and redirected to other page public function update(TaskRequest $request, int $taskId) { \Log::info( '-1 ...
Petro Gromovo's user avatar
0 votes
0 answers
108 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
3 votes
1 answer
135 views

I'm using Laravel 11 with Jetstream (Inertia + React) and Sanctum for authentication. Everything works fine when logging in via the default Inertia login page, but when I try to call a protected API ...
 NrzAmirHo3in's user avatar
0 votes
0 answers
54 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
1 answer
65 views

I’m using Inertia.js with Vue 3, and I want to show a success message when a form is submitted successfully. In my controller I have: public function store(Request $request) { $validated = $...
WILLIANS HERIBERTO NAVAS REYES's user avatar
0 votes
0 answers
35 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
-3 votes
1 answer
123 views

What I want to set up in .\routes\web.php is something like Route::resource('/main', CallController::class); So, if user goes to www.sitename.com/, the index of CallController should be executed and ...
Andrii's Quest's user avatar
0 votes
1 answer
121 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
0 votes
0 answers
94 views

I have a feeling I'm doing something very stupid but I cannot get the callback on useEchoPublic to fire no matter what I try The event is structured like so, this is pulled straight from the browser ...
AntlerFox's user avatar
  • 180
1 vote
1 answer
89 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
1 vote
1 answer
43 views

I have deployed a Laravel 12 + Inertia.js (React) app on a shared hosting (cPanel). The app is located in a subfolder: https://mydomaine/app/. Authentication routes like: https://mydomaine/app/login ...
kamal ennaji's user avatar

15 30 50 per page
1
2 3 4 5
87