Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

outl1ne/nova-redirects

Repository files navigation

Nova Redirects

This Laravel Nova package allows you to create and manage redirects.

Installation

Install the package in a Laravel Nova project via Composer:

composer require optimistdigital/nova-redirects

Publish the database migration(s) and run migrate:

php artisan vendor:publish --provider="OptimistDigital\NovaRedirects\ToolServiceProvider" --tag="migrations"
php artisan migrate