Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

guiziweb-plugins

يحتوي guiziweb-plugins على 41 من skills المجمعة من Guiziweb، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
41
Stars
4
محدث
2026-06-22
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

fix-issue
مطوّرو البرمجيات

Implement the fix described in a GitHub issue and open a Pull Request that closes it

2026-06-22
revise-pr
مطوّرو البرمجيات

Apply the latest review feedback to a Pull Request and push it to the PR branch

2026-06-22
add-autocomplete
مطوّرو البرمجيات

Add an admin autocomplete form type for a Sylius Resource (translatable or not), optionally injected into another form via an extension

2026-05-24
add-form
مطوّرو البرمجيات

Add an admin FormType for an existing Sylius Resource

2026-05-24
add-grid
مطوّرو البرمجيات

Add a Sylius admin grid for an existing Sylius Resource

2026-05-24
add-images
مطوّرو البرمجيات

Add a multiple images collection (OneToMany) to an existing Sylius Resource

2026-05-24
add-menu
مطوّرو البرمجيات

Add an admin menu entry for an existing Sylius Resource

2026-05-24
add-model
مطوّرو البرمجيات

Add a Doctrine entity as a Sylius Resource in a Sylius application

2026-05-24
add-routes
مطوّرو البرمجيات

Add Sylius admin routes for an existing Resource with a Grid

2026-05-24
add-translatable-model
مطوّرو البرمجيات

Make an existing Sylius Resource translatable, with TranslationType and Twig hooks

2026-05-24
extends-form
مطوّرو البرمجيات

Expose a custom field in an existing Sylius admin form (Product, Taxon, Channel, …) via a Symfony FormTypeExtension, Twig hook and translation

2026-05-24
extends-grid
مطوّرو البرمجيات

Customize an existing Sylius admin grid (hide/reorder/modify/add fields, filters, actions)

2026-05-24
extends-model
مطوّرو البرمجيات

Extend an existing Sylius entity (Product, Taxon, Channel, etc.) in your Sylius application to add custom fields or apply a plugin-provided trait

2026-05-24
add-autocomplete
مطوّرو البرمجيات

Add an admin autocomplete form type for a Sylius Resource (translatable or not), optionally injected into another form via an extension

2026-05-24
add-form
مطوّرو البرمجيات

Add an admin FormType for an existing Sylius Resource

2026-05-24
add-grid
مطوّرو البرمجيات

Add a Sylius admin grid for an existing Sylius Resource

2026-05-24
add-images
مطوّرو البرمجيات

Add a multiple images collection (OneToMany) to an existing Sylius Resource

2026-05-24
add-menu
مطوّرو البرمجيات

Add an admin menu entry for an existing Sylius Resource

2026-05-24
add-model
مطوّرو البرمجيات

Add a Doctrine entity as a Sylius Resource

2026-05-24
add-routes
مطوّرو البرمجيات

Add Sylius admin routes for an existing Resource with a Grid

2026-05-24
add-translatable-model
مطوّرو البرمجيات

Make an existing Sylius Resource translatable, with TranslationType and Twig hooks

2026-05-24
extends-form
مطوّرو البرمجيات

Expose a custom field in an existing Sylius admin form (Product, Taxon, Channel, …) via a Symfony FormTypeExtension, Twig hook and translation

2026-05-24
extends-grid
مطوّرو البرمجيات

Customize an existing Sylius admin grid (hide/reorder/modify/add fields, filters, actions)

2026-05-24
extends-model
مطوّرو البرمجيات

Extend an existing Sylius entity inside the plugin's test application, or ship a plugin-side trait/interface that lets integrators do it themselves

2026-05-24
plugin-add-stimulus-controller
مطوّرو البرمجيات

Add a Stimulus JS controller to a Sylius plugin

2026-05-24
plugin-init
مطوّرو البرمجيات

Create a new Sylius plugin from the official PluginSkeleton with Docker environment

2026-05-24
add-autocomplete
مطوّرو الويب

Add an autocomplete (simple ChoiceType or entity AJAX autocomplete) as a FormType field or as a grid filter

2026-04-16
add-factory
مطوّرو البرمجيات

Control how a resource is instantiated on Create — set defaults (timestamps, status), inject the creator, pre-fill relations from the URL.

2026-04-16
add-grid-export
مطوّرو الويب

Add a CSV export button to an existing admin grid.

2026-04-16
add-grid
مطوّرو البرمجيات

Create an admin grid class (fields, filters, actions) for an existing Sylius Resource

2026-04-16
add-menu
مطوّرو البرمجيات

Add an admin sidebar menu entry for an existing Sylius Resource

2026-04-16
add-operation
مطوّرو البرمجيات

Add one or more operations (Index, Show, Create, Update, Delete, BulkDelete, ApplyStateMachineTransition) to an existing Sylius Resource

2026-04-16
add-processor
مطوّرو البرمجيات

Add custom logic on Create/Update/Delete operations — send an email, dispatch a command, publish an event, push to a queue.

2026-04-16
add-provider
مطوّرو البرمجيات

Load a resource from a non-Doctrine source (external API, command bus, DDD repository) for Show/Index/Update/Delete operations.

2026-04-16
add-resource
مطوّرو البرمجيات

Add a new Doctrine entity as a Sylius Resource (entity, repository, FormType, migration). Operations are added separately.

2026-04-16
add-responder
مطوّرو البرمجيات

Return a non-standard HTTP response (PDF, XLSX, stream, binary) instead of the default HTML template.

2026-04-16
add-security
محللو أمن المعلومات

Secure the admin panel with a User entity, firewall and access control

2026-04-16
add-template
مطوّرو البرمجيات

Customize admin templates via Twig Hooks — override, add or disable a block on any admin page

2026-04-16
add-twig-context
مطوّرو البرمجيات

Add extra variables to the Twig template of an operation — related data, stats, preloaded references.

2026-04-16
dev-commands
مطوّرو البرمجيات

Daily development commands for Sylius Stack apps (database, cache, assets, QA)

2026-04-16
عرض أهم 40 من أصل 41 skills مجمعة في هذا المستودع.