Download the PHP package banulakwin/filament-metadata without Composer
On this page you can find all versions of the php package banulakwin/filament-metadata. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download banulakwin/filament-metadata
More information about banulakwin/filament-metadata
Files in banulakwin/filament-metadata
Download banulakwin/filament-metadata
More information about banulakwin/filament-metadata
Files in banulakwin/filament-metadata
Vendor banulakwin
Package filament-metadata
Short Description Filament admin panel for banulakwin/laravel-metadata entries.
License MIT
Homepage https://github.com/banulalakwindu/filament-metadata
Package filament-metadata
Short Description Filament admin panel for banulakwin/laravel-metadata entries.
License MIT
Homepage https://github.com/banulalakwindu/filament-metadata
Please rate this library. Is it a good library?
Informations about the package filament-metadata
Filament Metadata (banulakwin/filament-metadata)
Filament admin panel for banulakwin/laravel-metadata entries. One default group (e.g. site) is used so the UI stays key/value oriented.
Requirements
- PHP
^8.2 - Laravel
^11.0|^12.0|^13.0 - Filament
^5.0 banulakwin/laravel-metadata^1.0
Installation
Register the plugin on your panel:
Optional config publish:
Features
- Metadata resource scoped to configurable default group (
site). - Type-aware value editing:
text,textarea,richtext,image,toggle,json. - Rich editor with file attachments under configurable directory.
- Image upload with aspect ratio, editor, and auto-crop support.
- Humanized key labels on list page.
- Global search with key, value, and updated details.
- Create and delete disabled (keys are defined in code/config).
Configuration
Publish the config file to customize defaults:
Key options:
| Key | Default | Description |
|---|---|---|
default_group |
site |
Metadata group to scope the UI |
navigation.group |
Settings |
Navigation group label |
navigation.label |
Metadata |
Navigation item label |
rich_editor_attachments_directory |
metadata/content |
Rich editor attachment path |
image_upload_default_directory |
metadata/images |
Default image upload path |
Runtime assumptions
- Host app uses
banulakwin/laravel-metadata. - Metadata keys are defined in
config/meta.phporapp/Cms/Metadata/*.php. - Only the value is editable from the panel; keys are read-only.
Testing
Changelog
See CHANGELOG.md for details.
Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/your-feature) - Run
composer qualityto ensure tests and style pass - Commit and push
- Open a pull request
Package layout (reference)
License
MIT — see LICENSE for details.
All versions of filament-metadata with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
banulakwin/laravel-metadata Version ^1.0
filament/filament Version ^5.0
illuminate/contracts Version ^11.0|^12.0|^13.0
illuminate/database Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
banulakwin/laravel-metadata Version ^1.0
filament/filament Version ^5.0
illuminate/contracts Version ^11.0|^12.0|^13.0
illuminate/database Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
The package banulakwin/filament-metadata contains the following files
Loading the files please wait ...