PHPackages                             digitalcloud/nova-resource-status - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. digitalcloud/nova-resource-status

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

digitalcloud/nova-resource-status
=================================

A Laravel Nova Resource Status.

v1.4(7y ago)38.1k7[2 issues](https://github.com/DigitalCloud/nova-resource-status/issues)[2 PRs](https://github.com/DigitalCloud/nova-resource-status/pulls)MITVuePHP &gt;=7.1.0

Since Jan 28Pushed 5y ago3 watchersCompare

[ Source](https://github.com/DigitalCloud/nova-resource-status)[ Packagist](https://packagist.org/packages/digitalcloud/nova-resource-status)[ RSS](/packages/digitalcloud-nova-resource-status/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Nova Resource Status
====================

[](#nova-resource-status)

A laravel Nova package which allows you to track the status of your Nova resource.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require digitalcloud/nova-resource-status
```

You must publish the migrations file:

```
php artisan vendor:publish --provider="DigitalCloud\NovaResourceStatus\ToolServiceProvider" --tag=migrations
```

Then, migrate the database table:

```
php artisan migrate
```

Optionally, you can publish the config file:

```
php artisan vendor:publish --provider="DigitalCloud\NovaResourceStatus\ToolServiceProvider" --tag=config
```

This is the contents of the file which will be published at `config/nova-resource-status.php`

```
