Skip to content

Tag: vue.js

Mercure issues with changing JWT secret key

im having problem with my Mercure App, Im running via docker-compose image of mercure: and in section with MERCURE_PUBLISHER_JWY_KEY and subscriber key im having it set by default to !ChangeMe! and it is working as it should. And my subscriber in Vue is working when sign part of JWT is !ChangeMe! eg: But I wa…

How to upload file using laravel vue api?

i’m trying to make a form with the ability to upload files using form i’m able to store string, int data but i’m a bit lost with the way that i need to provide for the controller and the view this is the add template: this is the database table: controller: model: app: i can provide more cod…

Is the other way to use Vue component in Laravel?

I have a Laravel project and I would like to integrate Vue. I’m not getting any error bu the Vue components just not loading up. I guess I’m making somekind of logical mistake if I’m not getting an error. index.blade.php: App.js: routes.js: audit/index.vue: Answer Have you added configuratio…