Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
paths-ignore:
- 'src/*/doc/**'
- 'src/**/*.md'
- 'ux.symfony.com/**'
pull_request:
paths-ignore:
- 'src/*/doc/**'
- 'src/**/*.md'
- 'ux.symfony.com/**'

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ux.symfony.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ on:
- 'ux.symfony.com/**'
- 'src/*/**'
- '!src/*/doc/**'
- '!src/**/*.md'
- '.github/**'
pull_request:
paths:
- 'ux.symfony.com/**'
- 'src/*/**'
- '!src/*/doc/**'
- '!src/**/*.md'
- '.github/**'

jobs:
Expand Down
4 changes: 3 additions & 1 deletion src/Autocomplete/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

Javascript-powered auto-completion functionality for your Symfony forms!

**This package can't be used on its own, and requires the PHP package [symfony/ux-autocomplete](https://github.com/symfony/ux/tree/2.x/src/Autocomplete).**
**ℹ️ Direct installation of this package is for advanced users only.** We strongly recommend installing it through the PHP package [symfony/ux-autocomplete](https://packagist.org/packages/symfony/ux-autocomplete) in a Symfony application with Flex enabled.

If you still want to install this package directly, **make sure its version exactly matches [symfony/ux-autocomplete](https://packagist.org/packages/symfony/ux-autocomplete) PHP package version.**

## Resources

Expand Down
6 changes: 4 additions & 2 deletions src/Chartjs/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

Chart.js integration for Symfony.

**This package can't be used on its own, and requires the PHP package [symfony/ux-chartjs](https://github.com/symfony/ux/tree/2.x/src/Chartjs).**
**ℹ️ Direct installation of this package is for advanced users only.** We strongly recommend installing it through the PHP package [symfony/ux-chartjs](https://packagist.org/packages/symfony/ux-chartjs) in a Symfony application with Flex enabled.

If you still want to install this package directly, **make sure its version exactly matches [symfony/ux-chartjs](https://packagist.org/packages/symfony/ux-chartjs) PHP package version.**

## Resources

- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
- [Documentation](https://symfony.com/bundles/ux-chartjs/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)
6 changes: 4 additions & 2 deletions src/Cropperjs/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

Cropper.js integration for Symfony.

**This package can't be used on its own, and requires the PHP package [symfony/ux-cropperjs](https://github.com/symfony/ux/tree/2.x/src/Cropperjs).**
**ℹ️ Direct installation of this package is for advanced users only.** We strongly recommend installing it through the PHP package [symfony/ux-cropperjs](https://packagist.org/packages/symfony/ux-cropperjs) in a Symfony application with Flex enabled.

If you still want to install this package directly, **make sure its version exactly matches [symfony/ux-cropperjs](https://packagist.org/packages/symfony/ux-cropperjs) PHP package version.**

## Resources

- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
- [Documentation](https://symfony.com/bundles/ux-cropperjs/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)
6 changes: 4 additions & 2 deletions src/Dropzone/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

File input dropzones for Symfony Forms.

**This package can't be used on its own, and requires the PHP package [symfony/ux-dropzone](https://github.com/symfony/ux/tree/2.x/src/Dropzone).**
**ℹ️ Direct installation of this package is for advanced users only.** We strongly recommend installing it through the PHP package [symfony/ux-dropzone](https://packagist.org/packages/symfony/ux-dropzone) in a Symfony application with Flex enabled.

If you still want to install this package directly, **make sure its version exactly matches [symfony/ux-dropzone](https://packagist.org/packages/symfony/ux-dropzone) PHP package version.**

## Resources

- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
- [Documentation](https://symfony.com/bundles/ux-dropzone/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)
6 changes: 4 additions & 2 deletions src/LazyImage/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

Lazy image loader and utilities for Symfony.

**This package can't be used on its own, and requires the PHP package [symfony/ux-lazy-image](https://github.com/symfony/ux/tree/2.x/src/LazyImage).**
**ℹ️ Direct installation of this package is for advanced users only.** We strongly recommend installing it through the PHP package [symfony/ux-lazy-image](https://packagist.org/packages/symfony/ux-lazy-image) in a Symfony application with Flex enabled.

If you still want to install this package directly, **make sure its version exactly matches [symfony/ux-lazy-image](https://packagist.org/packages/symfony/ux-lazy-image) PHP package version.**

## Resources

- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
- [Documentation](https://symfony.com/bundles/ux-lazy-image/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)
6 changes: 4 additions & 2 deletions src/LiveComponent/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

Live Component: bring server-side re-rendering & model binding to any element.

**This package can't be used on its own, and requires the PHP package [symfony/ux-live-component](https://github.com/symfony/ux/tree/2.x/src/LiveComponent).**
**ℹ️ Direct installation of this package is for advanced users only.** We strongly recommend installing it through the PHP package [symfony/ux-live-component](https://packagist.org/packages/symfony/ux-live-component) in a Symfony application with Flex enabled.

If you still want to install this package directly, **make sure its version exactly matches [symfony/ux-live-component](https://packagist.org/packages/symfony/ux-live-component) PHP package version.**

## Resources

- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
- [Documentation](https://symfony.com/bundles/ux-live-component/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)
4 changes: 1 addition & 3 deletions src/Map/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

Easily embed interactive maps in your Symfony application.

**This package can't be used on its own, and requires the PHP package [symfony/ux-map](https://github.com/symfony/ux/tree/2.x/src/Map).**

## Resources

- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
- [Documentation](https://symfony.com/bundles/ux-map/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)
6 changes: 4 additions & 2 deletions src/Notify/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

Native notification integration for Symfony using Mercure.

**This package can't be used on its own, and requires the PHP package [symfony/ux-notify](https://github.com/symfony/ux/tree/2.x/src/Notify).**
**ℹ️ Direct installation of this package is for advanced users only.** We strongly recommend installing it through the PHP package [symfony/ux-notify](https://packagist.org/packages/symfony/ux-notify) in a Symfony application with Flex enabled.

If you still want to install this package directly, **make sure its version exactly matches [symfony/ux-notify](https://packagist.org/packages/symfony/ux-notify) PHP package version.**

## Resources

- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
- [Documentation](https://symfony.com/bundles/ux-notify/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)
6 changes: 4 additions & 2 deletions src/React/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

Integration of React in Symfony.

**This package can't be used on its own, and requires the PHP package [symfony/ux-react](https://github.com/symfony/ux/tree/2.x/src/React).**
**ℹ️ Direct installation of this package is for advanced users only.** We strongly recommend installing it through the PHP package [symfony/ux-react](https://packagist.org/packages/symfony/ux-react) in a Symfony application with Flex enabled.

If you still want to install this package directly, **make sure its version exactly matches [symfony/ux-react](https://packagist.org/packages/symfony/ux-react) PHP package version.**

## Resources

- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
- [Documentation](https://symfony.com/bundles/ux-react/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)
6 changes: 4 additions & 2 deletions src/StimulusBundle/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

Integration of @hotwired/stimulus into Symfony.

**This package can't be used on its own, and requires the PHP package [symfony/ux-stimulus-bundle](https://github.com/symfony/ux/tree/2.x/src/StimulusBundle).**
**ℹ️ Direct installation of this package is for advanced users only.** We strongly recommend installing it through the PHP package [symfony/stimulus-bundle](https://packagist.org/packages/symfony/stimulus-bundle) in a Symfony application with Flex enabled.

If you still want to install this package directly, **make sure its version exactly matches [symfony/stimulus-bundle](https://packagist.org/packages/symfony/stimulus-bundle) PHP package version.**

## Resources

- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
- [Documentation](https://symfony.com/bundles/StimulusBundle/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)
6 changes: 4 additions & 2 deletions src/Svelte/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

Integration of Svelte in Symfony.

**This package can't be used on its own, and requires the PHP package [symfony/ux-svelte](https://github.com/symfony/ux/tree/2.x/src/Svelte).**
**ℹ️ Direct installation of this package is for advanced users only.** We strongly recommend installing it through the PHP package [symfony/ux-svelte](https://packagist.org/packages/symfony/ux-svelte) in a Symfony application with Flex enabled.

If you still want to install this package directly, **make sure its version exactly matches [symfony/ux-svelte](https://packagist.org/packages/symfony/ux-svelte) PHP package version.**

## Resources

- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
- [Documentation](https://symfony.com/bundles/ux-svelte/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)
6 changes: 4 additions & 2 deletions src/Swup/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

Swup integration for Symfony.

**This package can't be used on its own, and requires the PHP package [symfony/ux-swup](https://github.com/symfony/ux/tree/2.x/src/Swup).**
**ℹ️ Direct installation of this package is for advanced users only.** We strongly recommend installing it through the PHP package [symfony/ux-swup](https://packagist.org/packages/symfony/ux-swup) in a Symfony application with Flex enabled.

If you still want to install this package directly, **make sure its version exactly matches [symfony/ux-swup](https://packagist.org/packages/symfony/ux-swup) PHP package version.**

## Resources

- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
- [Documentation](https://symfony.com/bundles/ux-swup/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)
6 changes: 4 additions & 2 deletions src/TogglePassword/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

Toggle visibility of password inputs for Symfony Forms.

**This package can't be used on its own, and requires the PHP package [symfony/ux-toggle-password](https://github.com/symfony/ux/tree/2.x/src/TogglePassword).**
**ℹ️ Direct installation of this package is for advanced users only.** We strongly recommend installing it through the PHP package [symfony/ux-toggle-password](https://packagist.org/packages/symfony/ux-toggle-password) in a Symfony application with Flex enabled.

If you still want to install this package directly, **make sure its version exactly matches [symfony/ux-toggle-password](https://packagist.org/packages/symfony/ux-toggle-password) PHP package version.**

## Resources

- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
- [Documentation](https://symfony.com/bundles/ux-toggle-password/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)
6 changes: 4 additions & 2 deletions src/Translator/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

Symfony Translator for JavaScript.

**This package can't be used on its own, and requires the PHP package [symfony/ux-translator](https://github.com/symfony/ux/tree/2.x/src/Translator).**
**ℹ️ Direct installation of this package is for advanced users only.** We strongly recommend installing it through the PHP package [symfony/ux-translator](https://packagist.org/packages/symfony/ux-translator) in a Symfony application with Flex enabled.

If you still want to install this package directly, **make sure its version exactly matches [symfony/ux-translator](https://packagist.org/packages/symfony/ux-translator) PHP package version.**

## Resources

- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
- [Documentation](https://symfony.com/bundles/ux-translator/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)
6 changes: 4 additions & 2 deletions src/Turbo/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

Hotwire Turbo integration for Symfony.

**This package can't be used on its own, and requires the PHP package [symfony/ux-turbo](https://github.com/symfony/ux/tree/2.x/src/Turbo).**
**ℹ️ Direct installation of this package is for advanced users only.** We strongly recommend installing it through the PHP package [symfony/ux-turbo](https://packagist.org/packages/symfony/ux-turbo) in a Symfony application with Flex enabled.

If you still want to install this package directly, **make sure its version exactly matches [symfony/ux-turbo](https://packagist.org/packages/symfony/ux-turbo) PHP package version.**

## Resources

- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
- [Documentation](https://symfony.com/bundles/ux-turbo/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)
5 changes: 4 additions & 1 deletion src/Typed/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
Typed integration for Symfony.

**This package can't be used on its own, and requires the PHP package [symfony/ux-typed](https://github.com/symfony/ux/tree/2.x/src/Typed).**
**ℹ️ Direct installation of this package is for advanced users only.** We strongly recommend installing it through the PHP package [symfony/ux-typed](https://packagist.org/packages/symfony/ux-typed) in a Symfony application with Flex enabled.

If you still want to install this package directly, **make sure its version exactly matches [symfony/ux-typed](https://packagist.org/packages/symfony/ux-typed) PHP package version.**

## Resources

- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
- [Documentation](https://symfony.com/bundles/ux-typed/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)
6 changes: 4 additions & 2 deletions src/Vue/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

Integration of Vue.js in Symfony.

**This package can't be used on its own, and requires the PHP package [symfony/ux-vue](https://github.com/symfony/ux/tree/2.x/src/Vue).**
**ℹ️ Direct installation of this package is for advanced users only.** We strongly recommend installing it through the PHP package [symfony/ux-vue](https://packagist.org/packages/symfony/ux-vue) in a Symfony application with Flex enabled.

If you still want to install this package directly, **make sure its version exactly matches [symfony/ux-vue](https://packagist.org/packages/symfony/ux-vue) PHP package version.**

## Resources

- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
- [Documentation](https://symfony.com/bundles/ux-vue/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)
Loading