indianic / laravel-nova-installed-packages
A tool that shows nova-specific packages installed on your application.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
Requires
- haydenpierce/class-finder: ^0.0.2
- joshdifabio/composed: ^1.0
- laravel/nova: *
- nikic/php-parser: ^4.0
Requires (Dev)
- orchestra/testbench: ^3.6
- phpunit/phpunit: 7.1
This package is auto-updated.
Last update: 2025-03-17 11:23:35 UTC
README
Installation
Step:- 1)
composer require indianic/laravel-nova-installed-packages
Step:- 2)
-----
Next up, you must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider.
// in app/Providers/NovaServiceProvider.php
public function tools() { return [ new \Standardpackage\NovaInstalledPackages\Tool(), ]; }