LaravelPackages.net
Acme Inc.
Toggle sidebar
kregel/nova-forge

A Laravel Nova tool.

290
3
v0.0.1
About kregel/nova-forge

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

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

  • [X] List the servers with basic information
  • [ ] Run recipes per server.
  • [X] 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.

Star History Chart