PHPackages                             tahir-rasheed/sylius-bulk-price-edit-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. tahir-rasheed/sylius-bulk-price-edit-plugin

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

tahir-rasheed/sylius-bulk-price-edit-plugin
===========================================

Bulk price edit plugin for Sylius.

v0.1.0(5y ago)06MITPHPPHP ^7.4

Since Oct 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/tahir-rasheed/SyliusBulkPriceEditPlugin)[ Packagist](https://packagist.org/packages/tahir-rasheed/sylius-bulk-price-edit-plugin)[ RSS](/packages/tahir-rasheed-sylius-bulk-price-edit-plugin/feed)WikiDiscussions dependabot/github\_actions/actions/cache-v2.1.4 Synced 2d ago

READMEChangelogDependencies (25)Versions (4)Used By (0)

Sylius Bulk Edit Plugin
=======================

[](#sylius-bulk-edit-plugin)

[![Latest Version](https://camo.githubusercontent.com/2d15454eecb0b5cf4e4faa637bbd3c8c9d0e434cd8fc4c750c849f611d8e5bc0/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d62756c6b2d656469742d706c7567696e2f762f737461626c65)](https://packagist.org/packages/setono/sylius-bulk-edit-plugin)[![Latest Unstable Version](https://camo.githubusercontent.com/5e9354e469d6bd8d2f94a5e089df1625b43402cf3a525dfc8c40f610da1a917a/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d62756c6b2d656469742d706c7567696e2f762f756e737461626c65)](https://packagist.org/packages/setono/sylius-bulk-edit-plugin)[![Software License](https://camo.githubusercontent.com/049c758dc5f19a716b2736c5324c3e6ec26a819bf70f1e1bb1a9f230ecbde312/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d62756c6b2d656469742d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/SyliusBulkEditPlugin/workflows/build/badge.svg)](https://github.com/Setono/SyliusBulkEditPlugin/actions)[![Code Coverage](https://camo.githubusercontent.com/7e5b3e92dafb740359adafcb91933302b933d1e15e80c1f00465bb9580bcea3c/68747470733a2f2f636f6465636f762e696f2f67682f5365746f6e6f2f53796c69757342756c6b45646974506c7567696e2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/Setono/SyliusBulkEditPlugin)

This plugin is a proof of concept of something great to be.

Installation
------------

[](#installation)

### Download

[](#download)

```
$ composer require tahir-rasheed/sylius-bulk_price-edit-plugin
```

### Import configuration

[](#import-configuration)

```
# config/packages/sylius_bulk_edit.yaml
imports:
    # ...
    - { resource: "@TahirRasheedSyliusBulkEditPlugin/Resources/config/app/config.yaml" }
```

### Import routes

[](#import-routes)

```
# config/routes/sylius_bulk_edit.yaml
setono_sylius_bulk_edit:
    resource: "@TahirRasheedSyliusBulkEditPlugin/Resources/config/routes.yaml"
```

or if your app doesn't use locales:

```
# config/routes.yaml
setono_sylius_bulk_edit:
    resource: "@TahirRasheedSyliusBulkEditPlugin/Resources/config/routes_no_locale.yaml"
```

### Add plugin class to your `bundles.php`:

[](#add-plugin-class-to-your-bundlesphp)

```
