kregel/nova-forge is a Laravel package for a laravel nova tool..
It currently has 3 GitHub stars and 290 downloads on Packagist (latest version v0.0.1).
Install it with composer require kregel/nova-forge.
Discover more Laravel packages by kregel
or browse all Laravel packages to compare alternatives.
Last updated
Redis based storage, and powered by forge.laravel.com
All you will need is a subscription from Laravel Forge, and Predis for key persistence.

You can install the package in to a Laravel app that uses Nova via composer:
composer require predis/predis
composer require kregel/nova-forge
Next up, you must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider.
// in app/Providers/NovaServiceProvider.php
// ...
public function tools()
{
return [
// ...
new \Kregel\NovaForge\NovaForge,
];
}
Please see CONTRIBUTING for details.
TODO:
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.