Muetze42 / nova-assets-changer

Change Nova resources.
https://novapackages.com/packages/norman-huth/nova-assets-changer
MIT License
25 stars 4 forks source link

README to publish login/register pages #21

Closed scramatte closed 2 years ago

scramatte commented 2 years ago

Hello,

Can you write some README to publish login/register pages?

Regards

Muetze42 commented 2 years ago

Yes. I make it this week

scramatte commented 2 years ago

Hi,

Any news ? I absolutely need login page with username instead email and it looks that the old method I used doesn’t works now.

Pleased update me. Regards

Muetze42 commented 2 years ago

I'm building this registration in a new Laravel+Nova installation and documenting what & how I did it.

scramatte commented 2 years ago

I've discovered more or less how it works, but I still need some assistance. Moreover I've detected some bug in your code. Currently, all pages will be named Nova.Register( I've already made some fix for this but before PR, I need to get it full working).

image

As you can see, I've got a couple of page, "My" and "Register" but something is missing as path is not available, I got a 404 error when I try to access nova/my or nova/register...

Muetze42 commented 2 years ago

I guess the routes are missing... But is here in the manual with it. I have not explained the content of the templates and the controllers. But it is all about Laravel & Vue Basics

https://github.com/Muetze42/nova-assets-changer/blob/main/docs/register-page.md

I also used this guide and applied it in a fresh Laravel Nova installation:

https://github.com/Muetze42/nova-assets-changer-register-page

scramatte commented 2 years ago

Great job! Thank you.