skydiver / nova-update-card
Check if you're running the latest versions of Laravel or Nova right from your dashboard.
Installs: 8 813
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 13
Language:Vue
Requires
- php: >=7.1.0
- composer/semver: ^3.2
- paquettg/php-html-parser: ^3.1
Requires (Dev)
- orchestra/testbench: ^6.1
- phpunit/phpunit: ^9.3
- dev-master
- 1.5.1
- 1.5.0
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 0.0.1
- dev-dependabot/npm_and_yarn/json5-and-laravel-mix-2.2.3
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/async-2.6.4
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
This package is auto-updated.
Last update: 2024-11-05 04:37:54 UTC
README
Check if you're running the latest versions of Laravel or Nova right from your dashboard.
This is a fork of Nova Laravel Update Card. All the credits goes to original authors.
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require skydiver/nova-update-card
Next up, you must register the card with Nova. This is typically done in the cards
method of the NovaServiceProvider
.
// in app/Providers/NovaServiceProvder.php // ... public function cards() { return [ // ... (new \Skydiver\NovaUpdateCard\LaravelUpdateCard)->width('1/2'), (new \Skydiver\NovaUpdateCard\NovaUpdateCard)->width('1/2'), ]; }
Usage
Just visit your Nova dashboard and you'll get information about your installed Laravel and Nova versions.
Credits
License
The MIT License (MIT). Please see License File for more information.