2017 © Pedro Peláez
 

symfony-bundle advanced-form-bundle

Powerful Symfony form components

image

sherlockode/advanced-form-bundle

Powerful Symfony form components

  • Tuesday, July 31, 2018
  • by sherlockode
  • Repository
  • 4 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 0 % Grown

The README.md

Sherlockode Advanced Form Bundle

Powerful Symfony form components, (*1)

Prerequisites

This bundle requires Symfony 3.4+ and jQuery., (*2)

Installation

Step 1: Install SherlockodeAdvancedFormBundle

The best way to install this bundle is to rely on Composer:, (*3)

$ composer require sherlockode/advanced-form-bundle

Step 2: Enable the bundle

Enable the bundle in the kernel, (*4)

<?php
// config/bundles.php

return [
    // ...
    Sherlockode\AdvancedFormBundle\SherlockodeAdvancedFormBundle::class => ['all' => true],
];

Step 3: Configure the bundle

Import the routing in config/routes.yml, (*5)

sherlockode_advanced_form:
    resource: "@SherlockodeAdvancedFormBundle/Resources/config/routing/all.xml"

Step 4: Publish assets

You may use Webpack to import the JavaScript files or use the assets command., (*6)

$ php bin/console assets:install --symlink public

Next steps

Ajax uploader

Create a single file upload form, (*7)

Use the temporary upload mode, (*8)

Multiple files upload form, (*9)

Options overview, (*10)

Dependent entity form type

Overview, (*11)

The Versions

31/07 2018

dev-master

9999999-dev

Powerful Symfony form components

  Sources   Download

MIT

The Requires

 

by Avatar sherlockode

31/07 2018

v0.2.1

0.2.1.0

Powerful Symfony form components

  Sources   Download

MIT

The Requires

 

by Avatar sherlockode

30/07 2018

dev-fix/design

dev-fix/design

Powerful Symfony form components

  Sources   Download

MIT

The Requires

 

by Avatar sherlockode

30/07 2018

dev-fix/route_configuration

dev-fix/route_configuration

Powerful Symfony form components

  Sources   Download

MIT

The Requires

 

by Avatar sherlockode

30/07 2018

dev-feature/split_form

dev-feature/split_form

Powerful Symfony form components

  Sources   Download

MIT

The Requires

 

by Avatar sherlockode

30/07 2018

dev-fix/filesystem_storage

dev-fix/filesystem_storage

Powerful Symfony form components

  Sources   Download

MIT

The Requires

 

by Avatar sherlockode

30/07 2018

dev-fix/variable_name

dev-fix/variable_name

Powerful Symfony form components

  Sources   Download

MIT

The Requires

 

by Avatar sherlockode

30/07 2018

dev-feature/template_autoregistration

dev-feature/template_autoregistration

Powerful Symfony form components

  Sources   Download

MIT

The Requires

 

by Avatar sherlockode

30/07 2018

dev-fix/rename_form_type

dev-fix/rename_form_type

Powerful Symfony form components

  Sources   Download

MIT

The Requires

 

by Avatar sherlockode

30/07 2018

dev-feature/upload_events

dev-feature/upload_events

Powerful Symfony form components

  Sources   Download

MIT

The Requires

 

by Avatar sherlockode

30/07 2018

dev-feature/clickable_dropzone

dev-feature/clickable_dropzone

Powerful Symfony form components

  Sources   Download

MIT

The Requires

 

by Avatar sherlockode

29/07 2018

v0.2.0

0.2.0.0

Powerful Symfony form components

  Sources   Download

MIT

The Requires

 

by Avatar sherlockode

09/07 2018

v0.1.0

0.1.0.0

Powerful Symfony form components

  Sources   Download

MIT

The Requires

 

by Avatar sherlockode