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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package tag

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

Moox Tag Tag

Name and table for the Resource can be changed while building your package.

Using the Template

  1. Go to https://github.com/mooxphp/tag
  2. Press the Use this template button
  3. Create a new repository based on the template
  4. Clone the repository locally
  5. Run php build.phpin 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

License

The MIT License (MIT). Please see License File for more information.


All versions of tag with dependencies

PHP Build Version
Package Version
Requires moox/core Version ^3.0.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package moox/tag contains the following files

Loading the files please wait ....