razorcreations / nova-robots-editor
A Laravel Nova tool.
Package info
github.com/razorcreations/nova-robots-editor
pkg:composer/razorcreations/nova-robots-editor
2.0.0
2022-04-07 14:04 UTC
Requires
- php: ^7.3|^8.0
- laravel/nova: ^4.0
This package is auto-updated.
Last update: 2026-03-07 19:59:34 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 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