latvel/filament-template

There is no license information available for the latest version (v1.0.0) of this package.

v1.0.0 2022-08-25 16:32 UTC

This package is auto-updated.

Last update: 2024-10-25 21:10:05 UTC


README

Latest Version on Packagist Total Downloads

Installation

You can install the package via composer:

composer require latvel/filament-template

Create template

php artisan make:filament-template CustomTemplate

Usage

use Latvel\FilamentTemplate\Forms\Components\Template;

Template::make('content')
    ->template($templateClass)

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.