Package Data | |
---|---|
Maintainer Username: | lastwhitebird |
Package Create Date: | 2017-06-28 |
Package Last Update: | 2017-06-29 |
Language: | PHP |
License: | LGPL-2.1 |
Last Refreshed: | 2025-02-09 15:07:43 |
Package Statistics | |
---|---|
Total Downloads: | 21 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
lastwhitebird/laravel-lgml-convert-command
Laravel (artisan) command bundle to convert LGML <-> XML
config/app.php:
'providers' => [
//...lalala ur providerz here
LWB\LGMLConvert\ConvertCommandServiceProvider::class,
]
Command line:
php artisan lwb:convert lgml.lgml >C:\Users\MyWindowsUsername\AppData\Local\org.kde.syntax-highlighting\syntax\lgml.xml
This component is made just to show great possibilities of lgml-parser. Enjoy life with no XML (when possible)
composer require lastwhitebird/laravel-lgml-convert-command
This library is licensed under LGPL v2.1