spryker-feature / resource-sharing
Resource Sharing [feature]
Installs: 689 054
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:metapackage
Requires
- php: >=8.2
- spryker-shop/resource-share-page: ^1.2.0
- spryker/resource-share: ^1.0.0
Suggests
- spryker-feature/customer-account-management: Recommended feature dependency.
README
Resource Sharing is a generic feature, that allows you to create Unique URL for any entity in the Spyker Commerce OS. For each entity, you should use additional connector-module. For example, to share Cart through URL, Resource Sharing feature should be combined with Persistent Cart Sharing.
Installation
composer require spryker-feature/resource-sharing
Recommended feature dependencies
If you don't include the feature dependencies, make sure you use the respective modules instead.
Optional modules
- ResourceShareExtension ^1.0.0 (Extension)
- Shop.ResourceSharePageExtension ^1.0.0 (Extension)