Download the PHP package cube-agency/filament-constructor without Composer
On this page you can find all versions of the php package cube-agency/filament-constructor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cube-agency/filament-constructor
More information about cube-agency/filament-constructor
Files in cube-agency/filament-constructor
Package filament-constructor
Short Description Block constructor for Filament
License MIT
Homepage https://github.com/cube-agency/filament-constructor
Informations about the package filament-constructor
Block constructor for Filament
Filament plugin for creating multiple field groups
Installation
You can install the package via composer:
You can publish the config file with:
Usage
Create your constructor block by using console command:
this will create a new class in Filament\Constructor\Blocks
Add it to config
Then add this field to your form
Or you can create multiple block groups and use different blocks in each resource
Options
Constructor blocks has some of the options from Builder\Blocks.
-
To add label
-
To add icon
-
To add maxItems
- To add columns
To add Builder options to the constructor, add them when defining the constructor field in your page template. For example:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Dmitrijs Mihailovs
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-constructor with dependencies
filament/forms Version ^3.0
spatie/laravel-package-tools Version ^1.15.0
illuminate/contracts Version ^10.0|^11.0