acvxqs / nova-registerpage
A basic registration page for Laravel Nova 3
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 143
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 3
Open Issues: 1
pkg:composer/acvxqs/nova-registerpage
Requires
- php: >=7.3
- laravel/nova: ^3.0
README
Installation
Install the package:
composer require acvxqs/nova-registerpage
Go to your /nova/register page to view the registration screen.
Configuration
By default (after installation) the page /nova/register is enabled and will show.
Use the command php artisan vendor:publish --tag="nova-registerpage" to publish the configuration file and the resource views. Doing so, will:
- Disable the
/nova/registerpage as the enabled key in the config file is set to false. - Allow you to edit the register views:
base_path('resources/views/vendor/nova-registerpage')
Note
Never done anything like this before. Feedback appreciated.