kregel/nova-forge

A Laravel Nova tool.

Downloads

290

Stars

2

Version

v0.0.1

A Nova tool to also display forge information

Redis based storage, and powered by forge.laravel.com

All you will need is a subscription from Laravel Forge, and Predis for key persistence.

Latest Version on Packagist Total Downloads

Screenshot

Installation

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.

Usage

// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Kregel\NovaForge\NovaForge,
    ];
}

Contributing

Please see CONTRIBUTING for details.

TODO:

Servers

  • List the servers with basic information
  • Run recipes per server.
  • Put the servers in the left hand nav
  • Deploy new servers
  • CRUD Daemons
  • CRUD Network/Firewall
  • Update server meta

Sites

  • Add new Sites
  • Deploy SSH Certs
  • Add new Queue workers
  • Update site meta

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

austinkregel

Author

austinkregel