I have PHP 8, Laravel 9 with Inertia (Vue 3). I have a resource controller inside a grouped route. S...
I am sending data along with a vue in Laravel 9 with Inertia Vue 3 app. Here is the code in controll...
I am trying to localize a Laravel Inertia (Vue) app. I have created a middleware which sets the app...
I am trying to have localized routes where the routes have the following pattern: http://127.0.0.1:8...
I have checked the route. Route is http://127.0.0.1:8000/en/sliders/2 Slider with id=2 also exists i...
The issue was with order in which the middlewares were being applied. I added $middlewarePriority to...
veggigit liked this reply
@skynet-technologies I have added the javascript error message here. I think the issue was because o...
@tvbeek you are right this is a javascript error. I was trying to access the locale of the app. I wa...
tvbeek liked this reply
The Laravel portal for problem solving, knowledge sharing and community building.
The community