Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Aug 30, 2024
1 parent bcf1395 commit ea9dc54
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,30 @@
<h1 align="center">No Commerce for Sylius</h1>

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

This plugin disables the e-commerce parts of Sylius.
Basically it disables the routes and updates the admin and frontend templates.


## Compatibility

| Sylius Version | PHP Version |
|---|---|
| 1.11 | 8.0 - 8.1 |
| 1.12 | 8.1 - 8.2 |
| 1.13 | 8.1 - 8.2 |

## Installation

If you want to use our recipes, you can configure your composer.json by running:

```bash
composer config --no-plugins --json extra.symfony.endpoint '["https://api.github.com/repos/monsieurbiz/symfony-recipes/contents/index.json?ref=flex/master","flex://defaults"]'
```

```bash
composer require monsieurbiz/sylius-no-commerce-plugin
```
Expand Down

0 comments on commit ea9dc54

Please sign in to comment.