laravel-frontend-presets / tall

A TALL (Tailwind CSS, Alpine.js, Laravel and Livewire) Preset for Laravel
MIT License
2.43k stars 204 forks source link

First and Last Name Auth #19

Closed daugaard47 closed 4 years ago

daugaard47 commented 4 years ago

How do you change the auth on registration to allow for first and last name, rather Only name? Really new to Livewire. Appreciate any help.

Get the followinf Error:

Unable to set component data. Public property [$last_name] not found on component: [auth.register] vendor\livewire\livewire\src\ComponentConcerns\HandlesActions.php:30

danharrin commented 4 years ago

Hey! Could you post your registration component class and view for us please?

daugaard47 commented 4 years ago

Never mind I'm an idiot. 🤦‍♂️ Just figured it out.

On registration component I forgot to change / add in the new variables

    public $first_name = '';

    public $last_name = ''; 

Please delete this post. LOL

danharrin commented 4 years ago

Aha not to worry 😄