Download the PHP package hungrybus/filament-custom-fields without Composer

On this page you can find all versions of the php package hungrybus/filament-custom-fields. 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 filament-custom-fields

This plugin allows to create custom fields via front-end

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Filament Custom Fields is a plugin for Laravel Filament that allows you to add custom fields to your Filament resources.

Installation

You can install the package via composer:

You can publish and run the migrations with:

After publishing the migration files, run the migrations:

Configuration

The package provides a configuration file located at config/custom-fields.php. In this file, you can specify the resources and models that will utilize custom fields. For example:

Usage

In order to save and/or display custom fields for a model, you need to add the HasCustomData trait to the model:

If you have multi-tenancy enabled, you can specify the tenant column in the model:

Displaying Custom Field Responses

To display custom field responses in a resource's table, add the custom fields column:

Displaying Custom Field Responses in a Form

To display custom field responses in a form, add the custom fields to the form:

In Create page, add the CreatesWithCustomData trait to the resource:

Then, in the Edit page, add the UpdatesWithCustomData trait to the resource:

Displaying Custom Field Responses in Infolist

To display custom field responses in an infolist, add the custom fields to the infolist:

Credits

This package is developed and maintained by HungryBus.

Disclaimer

This is my very first open-source package. I am still learning the open-source topic, and I am open to any constructive feedback or suggestions. Please feel free to open an issue to express an opinion or ask a question. If you think you can help this package to grow, please feel free to open a pull request.

Due to my job and some personal stuff, I am extremely busy at the moment, and it is quite hard to me to find time to work on this on everyday basis. I will try to find time to work on this package as much as I can.

License

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


All versions of filament-custom-fields with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0
vicmans/filament-number-input Version ^1.0
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 hungrybus/filament-custom-fields contains the following files

Loading the files please wait ....