2017 © Pedro Peláez
 

library synthesizer

The markdown and text processor that Nuclear CMS needs.

image

nuclear/synthesizer

The markdown and text processor that Nuclear CMS needs.

  • Tuesday, October 4, 2016
  • by Hyleeh
  • Repository
  • 1 Watchers
  • 1 Stars
  • 399 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 1 % Grown

The README.md

Synthesizer

The markdown and text processor that Nuclear CMS needs., (*1)


Build Status Total Downloads Latest Stable Version License, (*2)

This package is intended for Nuclear CMS and it constitutes its main markdown and text processing functionality. It is developed separately to enable individual development, testing and possible reuse., (*3)

Installation

Installing Synthesizer is simple., (*4)

  1. Pull this package in through Composer., (*5)

    {
        "require": {
            "nuclear/synthesizer": "~0.9"
        }
    }
    
  2. In order to register Synthesizer Service Provider add 'Nuclear\Synthesizer\SynthesizerServiceProvider' to the end of providers array in your config/app.php file., (*6)

    'providers' => array(
    
        'Illuminate\Foundation\Providers\ArtisanServiceProvider',
        'Illuminate\Auth\AuthServiceProvider',
        ...
        'Nuclear\Synthesizer\SynthesizerServiceProvider',
    
    ),
    
  3. Publish the migrations and configuration files., (*7)

    php artisan vendor:publish --provider:"Nuclear\Synthesizer\SynthesizerServiceProvider"
    

    Do not forget to migrate the database., (*8)

  4. Please check the tests and source code for further documentation., (*9)

License

Synthesizer is released under MIT License., (*10)

The Versions

04/10 2016

dev-master

9999999-dev

The markdown and text processor that Nuclear CMS needs.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel markdown laravel5 synthesizer kenarkose nuclear nuclearcms

04/10 2016

0.9.4

0.9.4.0

The markdown and text processor that Nuclear CMS needs.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel markdown laravel5 synthesizer kenarkose nuclear nuclearcms

13/09 2016

0.9.3

0.9.3.0

The markdown and text processor that Nuclear CMS needs.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel markdown laravel5 synthesizer kenarkose nuclear nuclearcms

04/09 2016

0.9.2

0.9.2.0

The markdown and text processor that Nuclear CMS needs.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel markdown laravel5 synthesizer kenarkose nuclear nuclearcms

30/07 2016

0.9.1

0.9.1.0

The markdown and text processor that Nuclear CMS needs.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel markdown laravel5 synthesizer kenarkose nuclear nuclearcms

30/07 2016

0.9.0

0.9.0.0

The markdown and text processor that Nuclear CMS needs.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel markdown laravel5 synthesizer kenarkose nuclear nuclearcms