joserick / nova-registerpage

Add a user registration page to Laravel Nova (^3.0)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nova-registerpage

Installation

Update the composer.json file in the root of your laravel (nova) project:

composer config repositories.nova-registerpage '{"type": "vcs", "url":"https://github.com/acvxqs/nova-registerpage"}' --file composer.json

Install the package:

composer require acvxqs/nova-registerpage

Go to your /register page to view the registration screen.

Note

Never done anything like this before. Feedback appreciated.

About

Add a user registration page to Laravel Nova (^3.0)

License:MIT License


Languages

Language:Blade 51.3%Language:PHP 48.7%