Download the PHP package chanthoeun/filament-custom-forms without Composer

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

Filament Custom Forms

A powerful and simplified FilamentPHP plugin to manage and submit dynamic custom forms. Refactored for speed and ease of use in standalone environments.

Features

Installation

1. Requirements

2. Install via Composer

3. Publish Assets

4. Run Migrations

5. Register the Plugin

Add the plugin to your Filament Panel provider:

Updates

To update the package to the latest version, run:

If the update includes new migrations or changes to published assets, you may need to re-publish or run:

Versioning

This project follows Semantic Versioning. We use Git tags to manage releases.

To release a new version:

  1. Update CHANGELOG.md.
  2. Commit your changes.
  3. Tag the release: git tag v1.0.1.
  4. Push the tag: git push origin v1.0.1.

Usage

  1. Form Creation: Navigate to the Custom Forms resource to create dynamic forms using the builder.
  2. Data Collection: Users can submit entries through the generated forms.
  3. Entry Management: View and export entries in the Custom Form Entries resource.
  4. Data Exporting: Export the data grid to JSON, heavily formatted Excel files, or instantly as beautifully formatted PDF tables.

Changelog

Please see CHANGELOG for more information on what has changed recently.

License

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


All versions of filament-custom-forms with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
filament/filament Version ^4.0|^5.0
filament/schemas Version ^4.0|^5.0
lara-zeus/spatie-translatable Version ^1.0|^2.0
chanthoeun/filament-document-builder Version ^1.1
maatwebsite/excel Version ^3.1
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 chanthoeun/filament-custom-forms contains the following files

Loading the files please wait ...