Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages

Installation Instructions

Please update to ^1.0.4 due to Every single request (console or web) will send a request to the Nova website to validate the license key, which is extensive.

https://github.com/RhysLees/nova-about/pull/1

Readme

Nova About

This is a package to add about information for Laravel Nova.

image

Installation

You can install the package via composer to your project or to your nova package.

composer require rhyslees/nova-about

Usage in your project

php artisan about
php artisan about --only=nova,nova_packages
php artisan about --only=nova
php artisan about --only=nova_packages

Usage in your Nova package

//YourPackageServiceProvider.php

/**
 * Register any application services.
 *
 * @return void
 */
public function register(): void
{
    \RhysLees\NovaAbout\NovaAbout::addPackage('your-name/your-package');
}

This will add your package to the Nova Packages section on the about command as seen below. It will also add the installed version of your package automatically.

image

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

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

Back to Top
Added 3 years ago
Last updated 1 Year Ago
Version 2.2.0
Nova Version ^4.22||^5.0
Composer
rhyslees/nova-about
GitHub stars 0
Packagist downloads 37,445

Favorites

2 users favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas