Skip to content

Commit

Permalink
update - README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tint Naing Win committed Sep 28, 2019
1 parent 1622a4f commit 6b00228
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
26 changes: 22 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Convert files and database from zawgyi to unicode for Laravel apps
# Convert resources files and database from zawgyi to unicode for Laravel apps

Kuu Pyaung Package converts resources files and databases from zawgyi to unicode.

If the context is unicode, don't worry about the conflict context, Kuu Pyaung hasn't converted unicode context to unicode again.

## Requirements

#### version-1.x (under development)
#### version-1.x

- [PHP >= 5.6.4](http://php.net/)
- [Laravel 5.2|5.3|5.4](https://github.com/laravel/framework)

#### version-2.x (under development)
#### version-2.x

- [PHP >= 7.0](http://php.net/)
- [Laravel 5.5|5.6|5.7](https://github.com/laravel/framework)
Expand All @@ -32,8 +36,22 @@

## Installation and usage

For Laravel 5.8|6.x

``` bash
composer require tintnaingwin/kuu-pyaung:"~3.0"
```

For Laravel 5.5|5.6|5.7

``` bash
composer require tintnaingwin/kuu-pyaung:"~2.0"
```

For Laravel 5.2|5.3|5.4

``` bash
composer require tintnaingwin/kuu-pyaung
composer require tintnaingwin/kuu-pyaung:"~1.0"
```

For laravel >=5.5 that's all. This package supports Laravel new [Package Discovery](https://laravel.com/docs/5.5/packages#package-discovery).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tintnaingwin/kuu-pyaung",
"description": "Laravel package to convert files and database from zawgyi to unicode",
"description": "Laravel package to convert resource files and database from zawgyi to unicode",
"keywords": [
"myanmar-font",
"unicode",
Expand Down

0 comments on commit 6b00228

Please sign in to comment.