library test
Currency converter.
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
converter/test
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*1)
This is currency converter package. Just install and use it. Welcome!), (*2)
Install
Via Composer, (*3)
-
composer.json
add to
require :
"converter/test": "dev-master", (*4)
Run:
composer update, (*5)
-
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,
-
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)
-
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)