sidorenkoda/nova-robots-editor

A Laravel Nova tool fork.

Maintainers

Package info

github.com/sidorenkoda/nova-robots-editor

Language:Blade

pkg:composer/sidorenkoda/nova-robots-editor

Statistics

Installs: 220

Dependents: 0

Suggesters: 0

Stars: 0

1.0.3 2020-12-23 14:02 UTC

This package is auto-updated.

Last update: 2026-03-24 01:37:06 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