razorcreations / nova-robots-editor
A Laravel Nova tool.
Installs: 9 917
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 2
Open Issues: 0
Requires
- php: ^7.3|^8.0
- laravel/nova: ^4.0
This package is auto-updated.
Last update: 2024-11-07 17:12:14 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