Skip to content

Commit

Permalink
README: Add install info.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored Jun 23, 2021
1 parent 4638f2c commit f96eb44
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,23 @@ Plugin system
=============

Complex plugin system for CMS.

📦 Installation
---------------

It's best to use [Composer](https://getcomposer.org) for installation, and you can also find the package on
[Packagist](https://packagist.org/packages/baraja-core/plugin-system) and
[GitHub](https://github.com/baraja-core/plugin-system).

To install, simply use the command:

```shell
$ composer require baraja-core/plugin-system
```

You can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.

📄 License
-----------

`baraja-core/plugin-system` is licensed under the MIT license. See the [LICENSE](https://github.com/baraja-core/template/blob/master/LICENSE) file for more details.

0 comments on commit f96eb44

Please sign in to comment.