guiziweb
- 39 skills
- 0 followers
- 5 hours ago last updated
- ▌ Add Grid 2 · guiziwebCreate an admin grid class (fields, filters, actions) for an existing Sylius Resource
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Extends Form 2 · guiziwebExpose a custom field in an existing Sylius admin form (Product, Taxon, Channel, …) via a Symfony FormTypeExtension, Twig hook and translation
- ▌ Extends Grid 2 · guiziwebCustomize an existing Sylius admin grid (hide/reorder/modify/add fields, filters, actions)
- ▌ Extends Model 2 · guiziwebExtend an existing Sylius entity inside the plugin's test application, or ship a plugin-side trait/interface that lets integrators do it themselves
- ▌ Add Autocomplete 2 · guiziwebAdd an autocomplete (simple ChoiceType or entity AJAX autocomplete) as a FormType field or as a grid filter
- ▌ Add Autocomplete 3 · guiziwebAdd an admin autocomplete form type for a Sylius Resource (translatable or not), optionally injected into another form via an extension
- ▌ Add Translatable Model 2 · guiziwebMake an existing Sylius Resource translatable, with TranslationType and Twig hooks
- ▌ Init · guiziwebBootstrap a new Symfony project with the Sylius Stack (Bootstrap Admin UI, Resource, Grid, Twig Hooks)
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Extends Form · guiziwebExpose a custom field in an existing Sylius admin form (Product, Taxon, Channel, …) via a Symfony FormTypeExtension, Twig hook and translation
- ▌ Extends Grid · guiziwebCustomize an existing Sylius admin grid (hide/reorder/modify/add fields, filters, actions)
- ▌ Extends Model · guiziwebExtend an existing Sylius entity (Product, Taxon, Channel, etc.) in your Sylius application to add custom fields or apply a plugin-provided trait
- ▌ Add Factory · guiziwebControl how a resource is instantiated on Create — set defaults (timestamps, status), inject the creator, pre-fill relations from the URL.
- ▌ Plugin Init · guiziwebCreate a new Sylius plugin from the official PluginSkeleton with Docker environment
- ▌ Add Provider · guiziwebLoad a resource from a non-Doctrine source (external API, command bus, DDD repository) for Show/Index/Update/Delete operations.
- ▌ Add Resource · guiziwebAdd a new Doctrine entity as a Sylius Resource (entity, repository, FormType, migration). Operations are added separately.
- ▌
- ▌ Add Template · guiziwebCustomize admin templates via Twig Hooks — override, add or disable a block on any admin page
- ▌ Dev Commands · guiziwebDaily development commands for Sylius Stack apps (database, cache, assets, QA)
- ▌ Add Operation · guiziwebAdd one or more operations (Index, Show, Create, Update, Delete, BulkDelete, ApplyStateMachineTransition) to an existing Sylius Resource
- ▌ Add Processor · guiziwebAdd custom logic on Create/Update/Delete operations — send an email, dispatch a command, publish an event, push to a queue.
- ▌ Add Responder · guiziwebReturn a non-standard HTTP response (PDF, XLSX, stream, binary) instead of the default HTML template.
- ▌ Add Autocomplete · guiziwebAdd an admin autocomplete form type for a Sylius Resource (translatable or not), optionally injected into another form via an extension
- ▌
- ▌ Add Twig Context · guiziwebAdd extra variables to the Twig template of an operation — related data, stats, preloaded references.
- ▌ Add Translatable Model · guiziwebMake an existing Sylius Resource translatable, with TranslationType and Twig hooks
- ▌