sidorenkoda / nova-robots-editor
A Laravel Nova tool fork.
Installs: 220
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
Language:Blade
pkg:composer/sidorenkoda/nova-robots-editor
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2025-11-24 01:04: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 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