LaravelPackages.net
Acme Inc.
Toggle sidebar
wilburpowery/routes-cached

A Laravel Nova card.

8.506
7
0.2.1
About wilburpowery/routes-cached

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

Routes Cached Card for Laravel Nova

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

Star History Chart