PHPackages                             joshua060198/nova-simple-status-with-enum - 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. joshua060198/nova-simple-status-with-enum

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

joshua060198/nova-simple-status-with-enum
=========================================

Simple status field for Laravel Nova

0.0.3(5y ago)064MITPHPPHP &gt;=7.1.0

Since Nov 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/joshua060198/nova-simple-status-with-enum)[ Packagist](https://packagist.org/packages/joshua060198/nova-simple-status-with-enum)[ RSS](/packages/joshua060198-nova-simple-status-with-enum/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Simple Status With Enum
=======================

[](#simple-status-with-enum)

[![Packagist Downloads](https://camo.githubusercontent.com/9bf00116114653900c35a845f1d423a3f0e6bd74fbb23127e0cff4e095aab257/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64642f6a6f736875613036303139382f6e6f76612d73696d706c652d7374617475732d776974682d656e756d3f7374796c653d666c6174)](https://camo.githubusercontent.com/9bf00116114653900c35a845f1d423a3f0e6bd74fbb23127e0cff4e095aab257/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64642f6a6f736875613036303139382f6e6f76612d73696d706c652d7374617475732d776974682d656e756d3f7374796c653d666c6174)[![GitHub issues](https://camo.githubusercontent.com/2650046a36ddc99d57cfbee7a801ef5b39479ef3bf98847a56005d25118ec44c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6a6f736875613036303139382f6e6f76612d73696d706c652d7374617475732d776974682d656e756d3f7374796c653d666c6174)](https://camo.githubusercontent.com/2650046a36ddc99d57cfbee7a801ef5b39479ef3bf98847a56005d25118ec44c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6a6f736875613036303139382f6e6f76612d73696d706c652d7374617475732d776974682d656e756d3f7374796c653d666c6174)[![GitHub](https://camo.githubusercontent.com/f73d81513a6bb9a746193b9083ebaa17c5cad1f2f1aada2d076bcbf1b6a6b1e4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6a6f736875613036303139382f6e6f76612d73696d706c652d7374617475732d776974682d656e756d3f7374796c653d666c6174)](https://camo.githubusercontent.com/f73d81513a6bb9a746193b9083ebaa17c5cad1f2f1aada2d076bcbf1b6a6b1e4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6a6f736875613036303139382f6e6f76612d73696d706c652d7374617475732d776974682d656e756d3f7374796c653d666c6174)[![GitHub release (latest by date)](https://camo.githubusercontent.com/79d014d88e5b1c9b0da57c0d9b376ada403a85ae3a877223b92356ee978dde59/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6a6f736875613036303139382f6e6f76612d73696d706c652d7374617475732d776974682d656e756d)](https://camo.githubusercontent.com/79d014d88e5b1c9b0da57c0d9b376ada403a85ae3a877223b92356ee978dde59/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6a6f736875613036303139382f6e6f76612d73696d706c652d7374617475732d776974682d656e756d)

Simple status indicator using badge field.

Dependency
----------

[](#dependency)

This package uses:

- [BenShampo/laravel-enum](https://github.com/BenSampo/laravel-enum)
- [simplesquid/nova-enum-field](https://github.com/simplesquid/nova-enum-field)

So, make sure to check out the installation instructions on those packages first.

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

[](#installation)

```
composer require joshua060198/nova-simple-status-with-enum
```

Screenshot
----------

[](#screenshot)

### Index / Detail

[](#index--detail)

[![ScreenShot1](ss1.png)](ss1.png)

### Edit

[](#edit)

[![ScreenShot1](ss2.png)](ss2.png)

Usage
-----

[](#usage)

1. Create your enum class and apply `MappableStatus` trait.

    ```
