Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
N

Laravel Update Card

This package is possibly abandoned. Please proceed with care.

Installation Instructions

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require beyondcode/nova-laravel-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 \Beyondcode\LaravelUpdateCard\LaravelUpdateCard(),
    ];
}

Usage

Just visit your Nova dashboard and you'll get information about whether or not you're running the latest stable Laravel version.

Readme

Nova Laravel Update Card

Latest Version on Packagist Total Downloads

Check if you're running the latest Laravel version right from your Nova dashboard.

tinker screenshot

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require beyondcode/nova-laravel-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 \Beyondcode\LaravelUpdateCard\LaravelUpdateCard(),
    ];
}

Usage

Just visit your Nova dashboard and you'll get information about whether or not you're running the latest stable Laravel version.

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email marcel@beyondco.de instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Back to Top
Added 7 years ago
Last updated 7 Years Ago
Version 0.0.1
Nova Version *
Composer
beyondcode/nova-laravel-update-card
GitHub stars 34
Packagist downloads 12,564

Favorites

6 users favorited

Rating

3.70
(out of 5)
★★★★★
★★★★
★★★
★★
6 ratings

Contributors

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas