PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

Custom Login and Registration

Solved
carlos4

Dec 2nd, 2024 07:15 PM

Is there a way to customize the login/registration? If possible, where do I need to save the files?

I would like to have an onboarding process inside the registration.

For both page I would like to have a header in those pages.

Thanks

carlos4

Dec 2nd, 2024 07:20 PM

PS: This is Drift theme.

bobbyiliev

Dec 3rd, 2024 06:20 AM

Best Answer

Hi,

Wave v3 uses the Auth package:

https://github.com/thedevdojo/auth

For the registration, what you could do is implement an onboarding flow after the registration itself, you can create a middle ware that makes sure that your user has finished the onboarding after the registration itself.

That way you will decouple the registration and the onboarding flows.

For the auth page blade view changes, you can customize individual pages from the package. Check out the steps here: Customizing the Two-Factor Authentication page.

- Bobby

carlos4

Dec 3rd, 2024 08:32 PM

I see. this what I thought. Copy the views from vendor paste it inside the project view.