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.

v1.1.0 2022-03-26 06:27 UTC

This package is auto-updated.

Last update: 2024-03-26 11:10:39 UTC


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/register page 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.