Download the PHP package moox/category without Composer
On this page you can find all versions of the php package moox/category. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download moox/category
More information about moox/category
Files in moox/category
Package category
Short Description This is my package category
License MIT
Homepage https://moox.org/
Informations about the package category
Moox Category
This is my package category
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 Category.
Name and table for the Resource can be changed while building your package.
Using the Template
- Go to https://github.com/mooxphp/category
- 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: Category): e.g. Post
- Tablename (Default: categories): 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.
Category 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 mooxcategory: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.
All versions of category with dependencies
codewithdennis/filament-select-tree Version ^3.1
kalnoy/nestedset Version ^6.0