https://github.com/symfony/ux-native
Hotwire Native integration for Symfony
https://github.com/symfony/ux-native
hotwire javascript native symfony symfony-ux ux
Last synced: 4 months ago
JSON representation
Hotwire Native integration for Symfony
- Host: GitHub
- URL: https://github.com/symfony/ux-native
- Owner: symfony
- License: mit
- Created: 2026-03-17T19:21:33.000Z (4 months ago)
- Default Branch: 2.x
- Last Pushed: 2026-04-03T12:08:21.000Z (4 months ago)
- Last Synced: 2026-04-03T13:26:05.524Z (4 months ago)
- Topics: hotwire, javascript, native, symfony, symfony-ux, ux
- Language: PHP
- Homepage: https://symfony.com/packages/ux-native
- Size: 39.1 KB
- Stars: 11
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Symfony UX Native
**EXPERIMENTAL** This component is currently experimental and is
likely to change, or even change drastically.
Symfony UX Native integrates [Hotwire Native](https://native.hotwired.dev/) into Symfony applications.
It is part of [the Symfony UX initiative](https://ux.symfony.com/).
**This repository is a READ-ONLY sub-tree split**. See
https://github.com/symfony/ux to create issues or submit pull requests.
## Configuration
```yaml
# config/packages/ux_native.yaml
ux_native:
output_dir: '%kernel.project_dir%/public'
```
## Resources
- [Documentation](https://symfony.com/bundles/ux-native/current/index.html)
- [Report issues](https://github.com/symfony/ux/issues) and
[send Pull Requests](https://github.com/symfony/ux/pulls)
in the [main Symfony UX repository](https://github.com/symfony/ux)