An open API service indexing awesome lists of open source software.

https://github.com/mooxphp/item

[READ-ONLY] This is a Moox Entity, a simple Item
https://github.com/mooxphp/item

entity filament item laravel simple

Last synced: 22 days ago
JSON representation

[READ-ONLY] This is a Moox Entity, a simple Item

Awesome Lists containing this project

README

          

![Moox Item](https://github.com/mooxphp/moox/raw/main/art/banner/item.jpg)

# Moox Item

Item is a simple Moox Entity, that can be used to create and manage simple entries, like logs.

## Features

- Title with Slug
- Active (Toggle)
- Description (Editor)
- Content (Markdown)
- Data (Key-Value)
- Image (Media)
- Author (User)
- Type (Select)
- Due (DateTime)
- Color
- UUID
- ULID
- Taxonomies
- Relation
- Section

## Requirements

See [Requirements](https://github.com/mooxphp/moox/blob/main/docs/Requirements.md).

## Installation

```bash
composer require moox/item
php artisan moox:install
```

Curious what the install command does? See [Installation](https://github.com/mooxphp/moox/blob/main/docs/Installation.md).

## Screenshot

![Moox Item](https://github.com/mooxphp/moox/raw/main/art/screenshots/item.jpg)

## Get Started

See [Get Started](docs/GetStarted.md).

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Roadmap

Please see [ROADMAP](ROADMAP.md) for more information on what is planned for this package.

## Security

Please review [our security policy](https://github.com/mooxphp/moox/security/policy) on how to report security vulnerabilities.

## Credits

Thanks to so many [people for their contributions](https://github.com/mooxphp/moox#contributors) to this package.

## License

The MIT License (MIT). Please see [our license and copyright information](https://github.com/mooxphp/moox/blob/main/LICENSE.md) for more information.