sidorenkoda/nova-robots-editor

A Laravel Nova tool fork.

Installs: 144

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 2

Language:Blade

1.0.3 2020-12-23 14:02 UTC

This package is auto-updated.

Last update: 2025-06-24 00:08:16 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 sidorenkoda/nova-robots-editor

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

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

Robot icon made by Smashicons from www.flaticon.com