Tool for managing application routes within the Laravel Nova dashboard.
bencomeau/nova-routes is a Laravel package for tool for managing application routes within the laravel nova dashboard..
It currently has 0 GitHub stars and 10 downloads on Packagist (latest version v0.1.1).
Install it with composer require bencomeau/nova-routes.
Discover more Laravel packages by bencomeau
or browse all Laravel packages to compare alternatives.
Last updated
Quickly view and manage your application's routes.
You may install the package via composer:
composer require bencomeau/nova-routes
Next, you should register the package in the NovaServiceProvider file:
use BenComeau\NovaRoutes\NovaRoutes;
public function tools()
{
return [
// ...
new NovaRoutes
];
}
And that's it! You will now see a Routes option in the Nova sidebar.
In future releases, I'd like to bring additional functionality to the tool:
route:cache button function properlyPlease feel free to submit pull requests, ask questions, etc. to help move this tool along. Right now the most difficult bug to resolve will be the route:cache functionality as it seems to be a slippery slope. Feedback welcome!
Open source under the MIT license.