en un clic
guiziweb-plugins
guiziweb-plugins contient 41 skills collectées depuis Guiziweb, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Implement the fix described in a GitHub issue and open a Pull Request that closes it
Apply the latest review feedback to a Pull Request and push it to the PR branch
Add an admin autocomplete form type for a Sylius Resource (translatable or not), optionally injected into another form via an extension
Add an admin FormType for an existing Sylius Resource
Add a Sylius admin grid for an existing Sylius Resource
Add a multiple images collection (OneToMany) to an existing Sylius Resource
Add an admin menu entry for an existing Sylius Resource
Add a Doctrine entity as a Sylius Resource in a Sylius application
Add Sylius admin routes for an existing Resource with a Grid
Make an existing Sylius Resource translatable, with TranslationType and Twig hooks
Expose a custom field in an existing Sylius admin form (Product, Taxon, Channel, …) via a Symfony FormTypeExtension, Twig hook and translation
Customize an existing Sylius admin grid (hide/reorder/modify/add fields, filters, actions)
Extend an existing Sylius entity (Product, Taxon, Channel, etc.) in your Sylius application to add custom fields or apply a plugin-provided trait
Add an admin autocomplete form type for a Sylius Resource (translatable or not), optionally injected into another form via an extension
Add an admin FormType for an existing Sylius Resource
Add a Sylius admin grid for an existing Sylius Resource
Add a multiple images collection (OneToMany) to an existing Sylius Resource
Add an admin menu entry for an existing Sylius Resource
Add a Doctrine entity as a Sylius Resource
Add Sylius admin routes for an existing Resource with a Grid
Make an existing Sylius Resource translatable, with TranslationType and Twig hooks
Expose a custom field in an existing Sylius admin form (Product, Taxon, Channel, …) via a Symfony FormTypeExtension, Twig hook and translation
Customize an existing Sylius admin grid (hide/reorder/modify/add fields, filters, actions)
Extend an existing Sylius entity inside the plugin's test application, or ship a plugin-side trait/interface that lets integrators do it themselves
Add a Stimulus JS controller to a Sylius plugin
Create a new Sylius plugin from the official PluginSkeleton with Docker environment
Add an autocomplete (simple ChoiceType or entity AJAX autocomplete) as a FormType field or as a grid filter
Control how a resource is instantiated on Create — set defaults (timestamps, status), inject the creator, pre-fill relations from the URL.
Add a CSV export button to an existing admin grid.
Create an admin grid class (fields, filters, actions) for an existing Sylius Resource
Add an admin sidebar menu entry for an existing Sylius Resource
Add one or more operations (Index, Show, Create, Update, Delete, BulkDelete, ApplyStateMachineTransition) to an existing Sylius Resource
Add custom logic on Create/Update/Delete operations — send an email, dispatch a command, publish an event, push to a queue.
Load a resource from a non-Doctrine source (external API, command bus, DDD repository) for Show/Index/Update/Delete operations.
Add a new Doctrine entity as a Sylius Resource (entity, repository, FormType, migration). Operations are added separately.
Return a non-standard HTTP response (PDF, XLSX, stream, binary) instead of the default HTML template.
Secure the admin panel with a User entity, firewall and access control
Customize admin templates via Twig Hooks — override, add or disable a block on any admin page
Add extra variables to the Twig template of an operation — related data, stats, preloaded references.
Daily development commands for Sylius Stack apps (database, cache, assets, QA)