Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Form Theme Bundle Laravel Package

bml/form-theme-bundle

View on GitHub
Deep Wiki
Context7

About

Form theme bundle enables ability to define form theme in FormType classes.

There is pull request implementing this feature awaiting review: https://github.com/symfony/symfony/pull/23990

Installation

  1. composer require bml/form-theme-bundle
  2. If you are not using symfony flex add new Bml\FormThemeBundle\BmlFormThemeBundle() to your AppKernel.php

Usage

To define form type theme define theme option for the form. For example in Type class:

class YourType extends AbstractType
{
    public function buildForm(FormBuilderInterface $builder, array $options)
    {
        $builder
           ->add('field')
           [...]
    }
    public function configureOptions(OptionsResolver $resolver)
    {
        $resolver->setDefaults([
            'theme' => 'app/form/my_type_theme.html.twig'
        ]);
    }
}

When you call createView() on your form this bundle will call equivalent to {% form_theme form 'app/form/my_type_theme.html.twig' %} on your form in background.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle