asciito/laravel-model-status

Simple package to manage the status column of a Model

v0.0.2 2023-09-13 18:30 UTC

This package is auto-updated.

Last update: 2024-06-05 01:25:43 UTC


README

This package adds the ability to manage what you so called a state, this is useful is you want to create a Blog and the pages/posts have a status. With this package you can manage that status and named the column as you want with the values you need.

Installation

To install the package just run the command:

composer require asciito/laravel-model-status

Usage

...

Contributing

...

License

...