rhyslees / nova-about
This is a package to add about information for Laravel Nova
Installs: 27 940
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 4
Open Issues: 0
Requires
- php: ^8.2
- illuminate/console: ^10.0||^11
- illuminate/contracts: ^10.0||^11
- laravel/nova: ^4.22
- spatie/laravel-package-tools: ^1.9.2
Requires (Dev)
- laravel/pint: ^1.5
- nunomaduro/collision: ^7.0
README
This is a package to add about information for Laravel Nova.
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.
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.