Skip to content

Laravel Nova Card to quickly see if your routes are cached. Cached Routes === 🔥

Notifications You must be signed in to change notification settings

wilburpowery/RoutesCached

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Laravel Nova Card to quickly see if your routes are cached. Cached Routes === 🔥

Resources

Stars

Watchers

Forks

Packages

No packages published