Questions tagged [laravel-vue]
89 questions
0
votes
0 answers
Laravel Vue js Filters Custom Filters
Custom filters are not working, This is what I have tried so far,
This HTML code is for filters selection,

Mr. Khan
- 1
- 5
0
votes
0 answers
v-model not updating data from Parent to child
I Have 2 Component. 1 Is Component Form as a parent, 1 another is 3 textarea and input.
But when i submit form method post, the validation from laravel send result error, if reward_type.product, reward_type.price, reward_type[caption_note] is…

Zulkifli Raihan
- 3
- 2
0
votes
0 answers
I got a problem with choose calendar in vue 3
I got a problem like this :
StartOn: "2022-12-08"
But I choose a calendar in primevue is : 2022-12-09
When I choose a date in calendar. It automatically goes back 1 day.
This is my code in vue:

tusi
- 5
- 3
0
votes
0 answers
No matching service worker detected even though I have a service worker and no PWA icon
i have try o convert laravel+vue.js to pwa. i have create manifest.json used workbox-cli for service worker. all install correctly but got error No matching service worker detected even though I have a service worker. below are my…

Lucky
- 187
- 13
0
votes
0 answers
Why auth middleware is not working in laravel api on global server
auth middleware is working on a local server but it's returning a 401 error on the shared host.
Route::apiResource('categories', CategoryController::class)->middleware(['auth', 'isAdmin']);

Eido Khudyda
- 27
- 5
0
votes
1 answer
My datePicker is not working when i click after i empelment select with vue | Laravel - js
im new at Laravel And i have this problem when i use vue for select another data My date picker stopped working and when i click on it is not shown ,
this is the HTML code :
…

OMAR R A SHAIKHOMAR
- 21
- 4
0
votes
1 answer
vue function dont work when browser is refreshed
my vue functions dont work when i manually refresh browser page. but works when i navigate from another vue component to this component it works fine. Please below is my code
UPDATE:
im using router-view within laravel…

justice
- 75
- 1
- 2
- 11
0
votes
1 answer
router-link-active not applied to matching routes
I am currently in my Vue learning journey. I have come across a situation where I need to show my link as active for matching route too. For example: I have route /programs which shows Program link as active without any issues but I also want…

iamsubingyawali
- 193
- 1
- 2
- 15
0
votes
1 answer
How to import LaravelVuePagination library in Vue3 Script Setup
When I try to import the library using script setup it doesn't work.