| Package Data | |
|---|---|
| Maintainer Username: | Nyi Nyi Lwin |
| Maintainer Contact: | nyinyilwin1992@hotmail.com (Nyi Nyi Lwin) |
| Package Create Date: | 2017-06-19 |
| Package Last Update: | 2017-08-05 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-03 15:05:27 |
| Package Statistics | |
|---|---|
| Total Downloads: | 1,631 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 5 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Install using composer:
composer require php-junior/zawuni
Once installed, in your project's config/app.php file replace the following entry from the providers array:
PhpJunior\Zawuni\ZawuniServiceProvider::class,
And
php artisan vendor:publish --provider="PhpJunior\Zawuni\ZawuniServiceProvider"
This is the contents of the published config file:
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
];
Add {!! Zawuni::includeFiles() !!} before <body>
Zawuni::text($string);
( or )
zawuni($string);
The MIT License (MIT). Please see License File for more information.