2017 © Pedro Peláez
 

library test

Currency converter.

image

converter/test

Currency converter.

  • Sunday, February 21, 2016
  • by pepsi_08
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

converter/test

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

This is currency converter package. Just install and use it. Welcome!), (*2)

Install

Via Composer, (*3)

  1. composer.json add to require : "converter/test": "dev-master", (*4)

    Run: composer update, (*5)

  2. config app.php, (*6)

    Add to 'providers' => [, (*7)

    Ivanchenko\Converter\ConverterServiceProvider::class, Collective\Html\HtmlServiceProvider::class,, (*8)

    Add to 'aliases' => [, (*9)

    'Form' => Collective\Html\FormFacade::class,
    'Html' => Collective\Html\HtmlFacade::class,
  3. app\Http\routes.php, (*10)

    comment Route::get('/' ... and routes which overrides if you have the same, (*11)

    Route::post('/converter'...., (*12)

    Route::post('/validate/currency', ..., (*13)

  4. Run :, (*14)

    php artisan vendor:publish --tag=public --force, (*15)

Contributing

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

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker., (*17)

The Versions

21/02 2016

dev-master

9999999-dev https://github.com/pepsi08/converter.git

Currency converter.

  Sources   Download

MIT

The Requires

 

by Avatar Nik

converter currency