DEV Community

Discussion on: Laravel 8 Auth (Registration and Login)

Collapse
 
codingfix1 profile image
codingfix

Hi. A really nice post, thank you. I have a question: how can I customize profile adding billing and shipping addresses, for example? It's not just about customizing views but even the controllers. I could't find the Jetstream controllers nor a way to customize registration and/or profile as I told so I gave up and came back to the old Auth system which fortunately still works. But I'd like to know if there is a way to do what I said: maybe an idea for a future post? 😏

Collapse
 
seaklong_smarttech profile image
seaklong • Edited

this video can help
youtube.com/watch?v=O36PNJr8UJg

Collapse
 
kingsconsult profile image
Kingsconsult

Thank you for this, I will try to write about how to customize the Jetstream, follow on dev.to/kingsconsult , so you will not miss it out, but for the time being, the controllers for Jetstream can be found in app/Actions/ ,

Collapse
 
kingsconsult profile image
Kingsconsult

I forgot to reply, have written the material long ago, Customize Laravel Jetstream (Registration and Login)

Collapse
 
codingfix1 profile image
codingfix

Thank you so much. I'll follow you for sure