sidis405 / nova-installed-packages
A tool that shows nova-specific packages installed on your application.
Installs: 38 079
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 0
Open Issues: 1
Language:Vue
Requires
- php: >=7.1.0
- 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
README
A tool that shows nova-specific packages installed on your application.
Since everyone is hella excited about Nova and installing all sorts of packages, this tool allows us to keep an eye on installed packages and see a detailed page of istructions straight from the NovaPackages api :)
Happy coding!
.Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require sidis405/nova-installed-packages
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 \Strandafili\NovaInstalledPackages\Tool(), ]; }
Usage
Click on the "Installed Packages" menu item in your Nova app to see the tool provided by this package.
Testing
composer test
Security
If you discover any security related issues, please email forge405@gmail.com instead of using the issue tracker.
Credits
Big Thanks
License
The MIT License (MIT). Please see License File for more information.