sidorenkoda / nova-robots-editor
A Laravel Nova tool fork.
1.0.3
2020-12-23 14:02 UTC
Requires
- php: >=7.1.0
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