Skip to content

Instantly share code, notes, and snippets.

@Gulivertx
Gulivertx / NotesType.php
Created July 16, 2024 16:27
Quill.JS integration with Symfony project
<?php
// File path in Symfony project : src/Form/NotesType.php
namespace App\Form;
use App\Form\Type\QuillTextareaType;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\OptionsResolver\OptionsResolver;