sidorenkoda/nova-robots-editor is a Laravel package for a laravel nova tool fork..
It currently has 0 GitHub stars and 266 downloads on Packagist (latest version 1.0.3).
Install it with composer require sidorenkoda/nova-robots-editor.
Discover more Laravel packages by sidorenkoda
or browse all Laravel packages to compare alternatives.
Last updated
This Laravel Nova Tool gives your admins the ability to edit the robots.txt file from within the Nova control panel.
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