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
- Host: GitHub
- URL: https://github.com/mooxphp/item
- Owner: mooxphp
- License: mit
- Created: 2025-03-07T14:55:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-20T14:56:32.000Z (4 months ago)
- Last Synced: 2026-02-20T18:20:15.054Z (4 months ago)
- Topics: entity, filament, item, laravel, simple
- Language: PHP
- Homepage: https://www.moox.org
- Size: 451 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: SECURITY.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README

# 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

## 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.