Laravel Nova icon Nova Packages

Readme

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
Back to Top
Added 6 years ago
Last updated 7 Years Ago
Version 0.2.1
Composer
wilburpowery/routes-cached
GitHub stars 7
Packagist downloads 5,282

Favorites

3 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
1 ratings

Contributors

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas