Skip to content

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

Notifications You must be signed in to change notification settings

razorcreations/nova-robots-editor

Repository files navigation

Nova Robots.txt Editor

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

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published