2lenet/crudit-bundle
Symfony bundle to rapidly build configurable CRUD back offices with SB Admin layout. Provides list views with pagination, sorting, actions, exports and batch ops, plus datasources, filters, menus, workflows, maps, markdown and Twig helpers.
Sometime we need to check the input text format.
Crudit provide some javascript handler to check this format.
just add a class to your input form.
$builder->add('nom', null, ['attr' => [
'class' => 'crudit-upper-format']
]);
How can I help you explore Laravel packages today?