Download the PHP package tintnaingwin/kuu-pyaung without Composer
On this page you can find all versions of the php package tintnaingwin/kuu-pyaung. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tintnaingwin/kuu-pyaung
More information about tintnaingwin/kuu-pyaung
Files in tintnaingwin/kuu-pyaung
Package kuu-pyaung
Short Description Laravel package to convert resource files and database from zawgyi to unicode
License MIT
Homepage https://github.com/tintnaingwin/kuu-pyaung
Informations about the package kuu-pyaung
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
version-2.x
version-3.x
version-4.x
version-5.x
Laravel Version Compatibility
Laravel | Package | PHP |
---|---|---|
5.2.x | 1.x | >=5.6.4 |
5.3.x | 1.x | >=5.6.4 |
5.4.x | 1.x | >=5.6.4 |
5.5.x | 2.x | >=7.0.0 |
5.6.x | 2.x | >=7.1.3 |
5.7.x | 2.x | >=7.1.3 |
5.8.x | 3.x | >=7.2.0 |
6.x | 3.x | >=7.2.0 |
7.x | 3.x | >=7.2.5 |
8.x | 4.x | >=7.4 |
9.x | 5.x | >=8.1 |
10.x | 5.x | >=8.1 |
Installation and usage
For Laravel 8.x
For Laravel 5.8|6.x|7.x
For Laravel 5.5|5.6|5.7
For Laravel 5.2|5.3|5.4
For laravel >=5.5 that's all. This package supports Laravel new Package Discovery.
If you are using Laravel < 5.5, you also need to add the service provider class to your project's config/app.php
file:
Service Provider
You can publish the config-file with:
Artisan commands
You can convert your app by running:
If you would like to convert only the files, run:
If you would like to convert only the database, run:
Configuration
Kuu Pyaung can be configured directly in /config/kuu-pyaung.php.
This is the contents of the published config file:
Files Convert
This package convert only folder under the resource directories
. You can determine which resource files will be convert.
Database Convert
Exclude Tables - Kuu Pyaung converts only string
data types from the database. You can determine which tables will be excluded from the convert. In addition,
if your table does not have primary key (id or UUID)
, this table will not be converted.
Exclude Columns - If the value of some columns is maybe zawgyi filenames or file paths. you can add these columns in the exclude_table_columns at the config file.
We highly recommend that you should use maintenance mode when you convert the database tables in production server.
Supported databases
- MySQL
- PostgreSQL
- SQLite
Troubleshoot
You can convert with kuu-pyaung in the following situations,
The first thing if you are using the laravel <5.2
The second thing you don't want to install current project.
- First, create the new laravel project
- Make sure to join the database.
- Make sure to install the kuu-pyaung
- After that you can convert with kuu-pyaung
Testing
Run the tests with:
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
The MIT License (MIT). Please see License File for more information.
All versions of kuu-pyaung with dependencies
illuminate/console Version ^8.0
illuminate/contracts Version ^8.0
illuminate/events Version ^8.0
illuminate/filesystem Version ^8.0
illuminate/support Version ^8.0
tintnaingwin/myanfont Version ^2.0
doctrine/dbal Version ^2.9