Enzo Notario
Enzo Notario
I have the same problem. Anyone knows a solution?
It seems to be a problen of cache. I had the same problem, but just running in another port everything works fine, for example `npm run dev -- --port 3001`
Yes, I have PisoController: ```
If I use the laravel5-jsonapi-dingo package, I get: `"Action App\\Http\\Controllers\\PisoController@index not defined.",`, with the same controller that extends JsonApiController.. I dont know why.. please help me!
Yes, now it works... but I don't understand how to do validations. I create a Form Request but it doesn't work.. if I use the "manual validation" doesn't work too......
I get it working, I will try to make a repo (with lighthouse v3, since there are issues with subscriptions in v4), but so far, let me copy-paste the code:...
@gehad17 firstly, try to get it working with Pusher, folllowing the docs. After that, you will be able to get it working with `laravel-websockets`. Try with lighthouse v3, since v4...
@lukadriel7 That error seems to be when you reach the endpoint without a query. I mean, if I enter via a browser to localhost:8000/graphql (without passing the query as a...
I have never use the playground, and from this comment it seems that won't work (https://github.com/nuwave/lighthouse/issues/750#issuecomment-485798128). So if you really want to test it, you have to setup the client...
Hi folks! I could create an example: https://github.com/enzonotario/lighthouse-laravel-websockets . Sorry for the additional boilerplate (Inertia), but so far is just the only way I know to use Vue (and for...