2017 © Pedro Peláez
 

library laravel-lgml-convert-command

Laravel (artisan) command bundle to convert LGML <-> XML

image

lastwhitebird/laravel-lgml-convert-command

Laravel (artisan) command bundle to convert LGML <-> XML

  • Thursday, June 29, 2017
  • by lastwhitebird
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

laravel-lgml-convert-command

lastwhitebird/laravel-lgml-convert-command, (*1)

Synopsis

Laravel (artisan) command bundle to convert LGML XML, (*2)

Code Example

config/app.php:, (*3)

    'providers' => [

    //...lalala ur providerz here

    LWB\LGMLConvert\ConvertCommandServiceProvider::class,
    ]

Command line:, (*4)

php artisan lwb:convert lgml.lgml >C:\Users\MyWindowsUsername\AppData\Local\org.kde.syntax-highlighting\syntax\lgml.xml

Motivation

This component is made just to show great possibilities of lgml-parser. Enjoy life with no XML (when possible), (*5)

Installation

composer require lastwhitebird/laravel-lgml-convert-command, (*6)

License

This library is licensed under LGPL v2.1, (*7)

The Versions

29/06 2017

dev-master

9999999-dev

Laravel (artisan) command bundle to convert LGML <-> XML

  Sources   Download

LGPL-2.1

The Requires