Download the PHP package cube-agency/filament-template without Composer
On this page you can find all versions of the php package cube-agency/filament-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cube-agency/filament-template
More information about cube-agency/filament-template
Files in cube-agency/filament-template
Package filament-template
Short Description Template field for Filament
License MIT
Homepage https://github.com/cube-agency/filament-template
Informations about the package filament-template
Template field for Filament
Template field for Filament, that gives an option to have different fields based on field value or type in one Resource.
Installation
You can install the package via composer:
You can publish the config file with:
Usage
Add "template" column to your Model/table
Create your template by using console command:
Add it to config
At this moment, this could be used by passing url parameter (query string) to create form
and adding this in your Resource
Override create action to show modal with template select
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-template with dependencies
filament/forms Version ^3.0
spatie/laravel-package-tools Version ^1.15.0
illuminate/contracts Version ^10.0|^11.0