wilburpowery/routes-cached is a Laravel package for a laravel nova card..
It currently has 7 GitHub stars and 8.506 downloads on Packagist (latest version 0.2.1).
Install it with composer require wilburpowery/routes-cached.
Discover more Laravel packages by wilburpowery
or browse all Laravel packages to compare alternatives.
Last updated
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: