Download the PHP package moox/tag without Composer
On this page you can find all versions of the php package moox/tag. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package tag
Short Description A simple Tag system for Filament.
License MIT
Homepage https://moox.org/
Informations about the package tag
Moox Tag
A simple Tag system for Filament.
Quick Installation
These two commmands are all you need to install the package:
Curious what the install command does? See manual installation below.
What it does
This Laravel Package Template can be used to create a package including a powerful Filament resource called Tag.
Name and table for the Resource can be changed while building your package.
Using the Template
- Go to https://github.com/mooxphp/tag
- Press the
Use this template
button - Create a new repository based on the template
- Clone the repository locally
- Run
php build.php
in the repo's directory and follow the steps- Author Name (Default: Moox Developer): Your Name
- Author Email (Default: [email protected]): [email protected]
- Package Name (Default: Blog Package): Your Package
- Package Description (Default: This is my package Blog Package)
- Package Entity (Default: Tag): e.g. Post
- Tablename (Default: tags): e.g. posts
After building the package, you can push the changes to GitHub and create an installable package on Packagist.org. Don't forget to adjust the README to your composer namespace.
Config
After that the Resource is highly configurable.
Tabs and Translation
Moox Core features like Dynamic Tabs and Translatable Config. See the config file for more details, but as a quick example:
All options for Tabs are explained in Moox Core docs.
Tag Types
The item also support 'item' types, means you are able to configure selectable types for your Entity. By default, we provide "Post" and "Page" as example. If you don't want to use types, just empty the array and the field and column become invisible.
Author Model
You can configure the user model used for displaying Authors. By default it is tied to App User:
You may probably use Moox User
or Moox Press User instead:
Manual Installation
Instead of using the install-command php artisan mooxtag:install
you are able to install this package manually step by step:
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- All Contributors
License
The MIT License (MIT). Please see License File for more information.