Skip to content

Instantly share code, notes, and snippets.

View leandrocfe's full-sized avatar
🏠
Working from home

Leandro Ferreira leandrocfe

🏠
Working from home
View GitHub Profile
@pxlrbt
pxlrbt / PageTemplates_Faq.php
Last active June 19, 2024 03:42
Filament Template
<?php
namespace App\Filament\PageTemplates;
use Filament\Forms\Components\Repeater;
use Filament\Forms\Components\RichEditor;
use Filament\Forms\Components\TextInput;
final class Faq
{