Support the ongoing development of Laravel.io →

Atif Bashir

Joined 9 Aug 2022

Statistics

Threads 4
Replies 4
Solutions 1
Articles 0

A resource controller inside a route group throws an error

I have PHP 8, Laravel 9 with Inertia (Vue 3). I have a resource controller inside a grouped route. S...

0 Likes
2 Replies

assertViewHas() is not working

I am sending data along with a vue in Laravel 9 with Inertia Vue 3 app. Here is the code in controll...

0 Likes
0 Replies

props shared in HandleInertiaRequests.php do not get updated

I am trying to localize a Laravel Inertia (Vue) app. I have created a middleware which sets the app...

0 Likes
1 Replies
Solved

Localized Routes in Laravel Breeze (Vue)

I am trying to have localized routes where the routes have the following pattern: http://127.0.0.1:8...

0 Likes
4 Replies
replied 1 year ago

A resource controller inside a route group throws an error

I have checked the route. Route is http://127.0.0.1:8000/en/sliders/2 Slider with id=2 also exists i...

0 Likes
replied 1 year ago

props shared in HandleInertiaRequests.php do not get updated

The issue was with order in which the middlewares were being applied. I added $middlewarePriority to...

veggigit liked this reply

1 Likes
Solved
replied 1 year ago

Localized Routes in Laravel Breeze (Vue)

@skynet-technologies I have added the javascript error message here. I think the issue was because o...

0 Likes
replied 1 year ago

Localized Routes in Laravel Breeze (Vue)

@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

1 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.