-
Notifications
You must be signed in to change notification settings - Fork 255
[Feature Request] Adding make:auth with inertia #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yeah, I agree, it would be good to have an official Inertia.js preset for Laravel. Let's maybe wait and see what @taylorotwell does with laravel/ui first. |
Ok, didn't know about this repo. Agree... waiting for this is probably better |
Might check this out in the meantime: laravel-frontend-presets/inertiajs#5 |
@reinink with laravel/ui#16 we can now also build a auth preset for inertia. Would you want to put this preset into a separate repository? |
I do have a preset that uses scafold inertia JS but with vuetify not your tailwind css favorites :) https://github.com/codeitlikemiley/vuetified-laravel-preset This is configured to work out of the box with vuetify and vuetify loader If your lazy to import all vuetify components, also save you tons of assets cause you only compiled the components that you needed... |
Closing this for now, as I think there's a good chance that official support might be coming from Laravel via the laravel/ui package. 👍 |
There are a few nice inertia presets out there - like mentioned in #35 or inertiajs-preset. Still it would be really nice to have an
official
preset which could also override/extend the defaultmake:auth
command to publish standard views forand Controllers which handle the
Inertia::render()
responses on theGET
requests.The text was updated successfully, but these errors were encountered: