Currency converter.

dev-master 2016-02-21 09:01 UTC

This package is not auto-updated.

Last update: 2024-04-05 17:01:55 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

This is currency converter package. Just install and use it. Welcome!)

Install

Via Composer

  1. composer.json add to require : "converter/test": "dev-master"

    Run: composer update

  2. config app.php

    Add to 'providers' => [

    Ivanchenko\Converter\ConverterServiceProvider::class, Collective\Html\HtmlServiceProvider::class,

    Add to 'aliases' => [

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

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

    Route::post('/converter'....

    Route::post('/validate/currency', ...

  4. Run :

    php artisan vendor:publish --tag=public --force

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

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