wilburpowery / routes-cached
A Laravel Nova card.
Installs: 5 282
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 0
Forks: 1
Open Issues: 1
Requires
- php: >=7.1.0
This package is not auto-updated.
Last update: 2025-05-08 22:14:35 UTC
README
Installation
You can install this package with Composer to any application that uses Laravel Nova:
composer require wilburpowery/routes-cached
Next, you must register the card with Nova. This is typically done in the cards method of the NovaServiceProvider.
// in app/Providers/NovaServiceProvider.php // ... public function cards() { return [ // ... new \Wilburpowery\RoutesCached\RoutesCached, ]; }
TODO:
- Show if the cached routes are outdated
- Click a button to cache your routes