2017 © Pedro Peláez
 

library siges-core

Some core code for the SiGEs Platform

image

jjsoft-ar/siges-core

Some core code for the SiGEs Platform

  • Monday, June 27, 2016
  • by aguaragazu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

SiGEs-Core

Latest Version on Packagist ![Software License][ico-license] Build Status Coverage Status Quality Score ![Total Downloads][ico-downloads], (*1)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors., (*2)

Install

Via Composer, (*3)

``` bash $ composer require jjsoft-ar/siges-core, (*4)

**Add the template package to Laravel's service providers (config/app.php)**

*For <= 5.1*
``` php
JJSoft\SigesCore\Providers\SigesCoreServiceProvider::class,

For > 5.1 ``` php "JJSoft\SigesCore\Providers\SigesCoreServiceProvider",, (*5)


**Run the below command to publish package files** ``` bash php artisan vendor:publish --force

Usage

``` bash php artisan siges:install, (*6)


## Change log Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. ## Testing ``` bash $ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

If you discover any security related issues, please tell us https://github.com/jjsoft-ar/siges-core/issues., (*8)

Credits

License

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

The Versions