Skip to content

Commit d49923b

Browse files
committed
Document src/**/assets/README.md files about direct installation and recommended alternatives.
1 parent ea891c8 commit d49923b

File tree

17 files changed

+64
-33
lines changed

17 files changed

+64
-33
lines changed

src/Autocomplete/assets/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

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

5-
**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).**
5+
**ℹ️ 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.
6+
7+
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.**
68

79
## Resources
810

src/Chartjs/assets/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
Chart.js integration for Symfony.
44

5-
**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).**
5+
**ℹ️ 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.
6+
7+
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.**
68

79
## Resources
810

9-
- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
11+
- [Documentation](https://symfony.com/bundles/ux-chartjs/current/index.html)
1012
- [Report issues](https://github.com/symfony/ux/issues) and
1113
[send Pull Requests](https://github.com/symfony/ux/pulls)
1214
in the [main Symfony UX repository](https://github.com/symfony/ux)

src/Cropperjs/assets/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
Cropper.js integration for Symfony.
44

5-
**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).**
5+
**ℹ️ 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.
6+
7+
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.**
68

79
## Resources
810

9-
- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
11+
- [Documentation](https://symfony.com/bundles/ux-cropperjs/current/index.html)
1012
- [Report issues](https://github.com/symfony/ux/issues) and
1113
[send Pull Requests](https://github.com/symfony/ux/pulls)
1214
in the [main Symfony UX repository](https://github.com/symfony/ux)

src/Dropzone/assets/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
File input dropzones for Symfony Forms.
44

5-
**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).**
5+
**ℹ️ 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.
6+
7+
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.**
68

79
## Resources
810

9-
- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
11+
- [Documentation](https://symfony.com/bundles/ux-dropzone/current/index.html)
1012
- [Report issues](https://github.com/symfony/ux/issues) and
1113
[send Pull Requests](https://github.com/symfony/ux/pulls)
1214
in the [main Symfony UX repository](https://github.com/symfony/ux)

src/LazyImage/assets/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
Lazy image loader and utilities for Symfony.
44

5-
**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).**
5+
**ℹ️ 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.
6+
7+
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.**
68

79
## Resources
810

9-
- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
11+
- [Documentation](https://symfony.com/bundles/ux-lazy-image/current/index.html)
1012
- [Report issues](https://github.com/symfony/ux/issues) and
1113
[send Pull Requests](https://github.com/symfony/ux/pulls)
1214
in the [main Symfony UX repository](https://github.com/symfony/ux)

src/LiveComponent/assets/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

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

5-
**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).**
5+
**ℹ️ 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.
6+
7+
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.**
68

79
## Resources
810

9-
- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
11+
- [Documentation](https://symfony.com/bundles/ux-live-component/current/index.html)
1012
- [Report issues](https://github.com/symfony/ux/issues) and
1113
[send Pull Requests](https://github.com/symfony/ux/pulls)
1214
in the [main Symfony UX repository](https://github.com/symfony/ux)

src/Map/assets/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
Easily embed interactive maps in your Symfony application.
44

5-
**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).**
6-
75
## Resources
86

9-
- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
7+
- [Documentation](https://symfony.com/bundles/ux-map/current/index.html)
108
- [Report issues](https://github.com/symfony/ux/issues) and
119
[send Pull Requests](https://github.com/symfony/ux/pulls)
1210
in the [main Symfony UX repository](https://github.com/symfony/ux)

src/Notify/assets/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
Native notification integration for Symfony using Mercure.
44

5-
**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).**
5+
**ℹ️ 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.
6+
7+
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.**
68

79
## Resources
810

9-
- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
11+
- [Documentation](https://symfony.com/bundles/ux-notify/current/index.html)
1012
- [Report issues](https://github.com/symfony/ux/issues) and
1113
[send Pull Requests](https://github.com/symfony/ux/pulls)
1214
in the [main Symfony UX repository](https://github.com/symfony/ux)

src/React/assets/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
Integration of React in Symfony.
44

5-
**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).**
5+
**ℹ️ 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.
6+
7+
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.**
68

79
## Resources
810

9-
- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
11+
- [Documentation](https://symfony.com/bundles/ux-react/current/index.html)
1012
- [Report issues](https://github.com/symfony/ux/issues) and
1113
[send Pull Requests](https://github.com/symfony/ux/pulls)
1214
in the [main Symfony UX repository](https://github.com/symfony/ux)

src/StimulusBundle/assets/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
Integration of @hotwired/stimulus into Symfony.
44

5-
**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).**
5+
**ℹ️ 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.
6+
7+
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.**
68

79
## Resources
810

9-
- [Documentation](https://symfony.com/bundles/ux-autocomplete/current/index.html)
11+
- [Documentation](https://symfony.com/bundles/StimulusBundle/current/index.html)
1012
- [Report issues](https://github.com/symfony/ux/issues) and
1113
[send Pull Requests](https://github.com/symfony/ux/pulls)
1214
in the [main Symfony UX repository](https://github.com/symfony/ux)

0 commit comments

Comments
 (0)