Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(doc): Add installation documentation and list of first elements #2

Merged
merged 3 commits into from
Aug 5, 2024
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
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
# SyliusUiElementsPlugin
<h1 align="center">Sylius Ui Elements for Rich Editor</h1>

Library of UiElements for RichEditor

[![Ui Elements Plugin license](https://img.shields.io/github/license/monsieurbiz/SyliusUiElementsPlugin?public)](https://github.com/monsieurbiz/SyliusUiElementsPlugin/blob/master/LICENSE)
[![Tests Status](https://img.shields.io/github/actions/workflow/status/monsieurbiz/SyliusUiElementsPlugin/tests.yaml?branch=master&logo=github)](https://github.com/monsieurbiz/SyliusUiElementsPlugin/actions?query=workflow%3ATests)
[![Recipe Status](https://img.shields.io/github/actions/workflow/status/monsieurbiz/SyliusUiElementsPlugin/recipe.yaml?branch=master&label=recipes&logo=github)](https://github.com/monsieurbiz/SyliusUiElementsPlugin/actions?query=workflow%3ASecurity)
[![Security Status](https://img.shields.io/github/actions/workflow/status/monsieurbiz/SyliusUiElementsPlugin/security.yaml?branch=master&label=security&logo=github)](https://github.com/monsieurbiz/SyliusUiElementsPlugin/actions?query=workflow%3ASecurity)

Library of UiElements for [RichEditor](https://github.com/monsieurbiz/SyliusRichEditorPlugin)

## Compatibility

| Sylius Version | PHP Version |
|---|---|
| 1.12 | 8.2 |
| 1.13 | 8.2 |

## Installation

TBD
```bash
composer require monsieurbiz/sylius-ui-elements-plugin
```

Et voilà! 🎉

Now, you have access to a set of UiElements for RichEditor.

## License

Expand Down
Empty file removed src/Controller/.gitignore
Empty file.
Empty file removed src/Entity/.gitignore
Empty file.
6 changes: 1 addition & 5 deletions src/Resources/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@ services:

MonsieurBiz\SyliusUiElementsPlugin\:
resource: '../../*'
exclude: '../../{Entity}'

MonsieurBiz\SyliusUiElementsPlugin\Controller\:
resource: '../../Controller'
tags: [ 'controller.service_arguments' ]
exclude: '../../{DependencyInjection}'

Loading