David Carr
David Carr
I'm hoping https://github.com/nWidart/laravel-modules/pull/1455 will allow vite to be used from modules, I'll admit I know very little about vite.
I've looked into the inner workings into migrator there's no support for this as far as I can see.
I've run through this and it's working on a new install, the user_id will be blank but I can see the email and token
The user_is is empty when login in with graph but the email and tokens will be set, you can see this in this video. https://www.youtube.com/watch?v=fvgd2RYc3G0
ahh I see what you mean, thanks for helping to clear this up
when the event listerner is added to the event service provider that appears to solve the problem. If not please open a new issue.
I would love this ability too. In the past I've had to use jQuery to toggle requirements based on visability but if this lib could do it that would be...
It looks like you need to update the name route it appears it's named as only `detail` but you're referring to it as `career.detail`
By default models are not generated with modules, they are normally created after a module has been created. If you want more control over the default module this package may...
The setup you're using is meant for loading the css and js files from the modules into the main vite file. You will need to delete the code from the...