Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voskobovich/yii2-sluggable-behavior
Adds transliteration slugs to the standard solution from Yii2
https://github.com/voskobovich/yii2-sluggable-behavior
Last synced: 2 days ago
JSON representation
Adds transliteration slugs to the standard solution from Yii2
- Host: GitHub
- URL: https://github.com/voskobovich/yii2-sluggable-behavior
- Owner: voskobovich
- Created: 2015-07-26T12:57:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T09:43:21.000Z (about 9 years ago)
- Last Synced: 2024-04-05T05:44:40.113Z (10 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 Sluggable Behavior
================================Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
composer require --prefer-dist voskobovich/yii2-sluggable-behavior "~1.0"
```or add
```
"voskobovich/yii2-sluggable-behavior": "~1.0"
```to the require section of your `composer.json` file.