2017 © Pedro Peláez
 

library laravel-zawgyi-uni

image

php-junior/laravel-zawgyi-uni

  • Monday, April 3, 2017
  • by Nyi Nyi Lwin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Laravel Zawgyi Unicode

StyleCI Latest Stable Version Total Downloads, (*1)

Installation

Install using composer:, (*2)

composer require php-junior/zawuni

Once installed, in your project's config/app.php file replace the following entry from the providers array:, (*3)

PhpJunior\Zawuni\ZawuniServiceProvider::class,

And, (*4)

php artisan vendor:publish --provider="PhpJunior\Zawuni\ZawuniServiceProvider"

This is the contents of the published config file:, (*5)

return [
    /*
   |--------------------------------------------------------------------------
   | Font Configuration
   |--------------------------------------------------------------------------
   |
   | Available Fonts: "zawgyi", "myanmar3" ,"yunghkio","masterpiece","padauk"
   |                  "monanonta","ourunicode","imon","mymyanmar","pyidaungsu"
   |
   */

    // default : zawgyi
    'font' => 'ourunicode',

    // define class name in input , textarea
    'define_class' => false
];

Usage

Add {!! Zawuni::includeFiles() !!} before <body>, (*6)

Zawuni::text($string);

    ( or )

zawuni($string);

Credits

License

The MIT License (MIT). Please see License File for more information., (*7)

The Versions

03/04 2017

v0.0.1

0.0.1.0

  Sources   Download

01/07 2016

dev-master

9999999-dev

Laravel Zawgyi 2 Unicode

  Sources   Download

MIT

by Avatar Nyi Nyi Lwin

laravel php unicode zawgyi

01/07 2016

v0.0.2

0.0.2.0

Laravel Zawgyi 2 Unicode

  Sources   Download

MIT

by Avatar Nyi Nyi Lwin