This is a package to add about information for Laravel Nova
rhyslees/nova-about is a Laravel package for this is a package to add about information for laravel nova.
It currently has 0 GitHub stars and 38.971 downloads on Packagist (latest version 2.2.0).
Install it with composer require rhyslees/nova-about.
Discover more Laravel packages by rhyslees
or browse all Laravel packages to compare alternatives.
Last updated
This is a package to add about information for Laravel Nova.

You can install the package via composer to your project or to your nova package.
composer require rhyslees/nova-about
php artisan about
php artisan about --only=nova,nova_packages
php artisan about --only=nova
php artisan about --only=nova_packages
//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.

Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.