razorcreations/nova-robots-editor

A Laravel Nova tool.

2.0.0 2022-04-07 14:04 UTC

This package is auto-updated.

Last update: 2024-04-07 15:46:01 UTC


README

This Laravel Nova Tool gives your admins the ability to edit the robots.txt file from within the Nova control panel.

Installation

composer require razorcreations/nova-robots-editor

Add the following to your tools array in the app/Providers/NovaServiceProvider:

	public function tools()
	{
		return [
			// ...
			new Razorcreations\NovaRobotsEditor\NovaRobotsEditor(),
		];
	}

Robot icon made by Smashicons from www.flaticon.com