akyoscommunication / ux-editor
UX editor for Symfony
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/akyoscommunication/ux-editor
Requires
- php: >=8.3
- doctrine/orm: ^3.2
- symfony/ux-icons: ^2.19
- symfony/ux-live-component: ^2.19
Requires (Dev)
- psr/log: ^1|^2|^3
- symfony/dependency-injection: ^6.4|^7.0
- symfony/form: ^6.4|^7.0
- symfony/http-kernel: ^6.4|^7.0
- symfonycasts/tailwind-bundle: ^0.6.0
This package is auto-updated.
Last update: 2025-10-08 15:57:33 UTC
README
This bundle provides a simple way to integrate a builder with twig components in Symfony. Using LiveComponent.
// ROADMAP
- Create a simple builder
- Create a simple component
- Create a simple component with props
// TODO
- Add compilerPass to retrieve all components
- Retrieve Component name from class
- Add a way configure categories in YAML identified by a key
- Style with cols and rows
- File type with other file than image
- Continue with layers
- Render icon in the builder, iframe or render dynamically page
- Wait for UX Live component onUpdated working
- Filter fields by category
- add children to component
// IDEAS
- Try to retrieve cva for choice type
- Add a way to disable / able sub components fields ( writable: ['img' => ['src']], )