converter / test
Currency converter.
Requires
- php: ~5.5|~7.0
- illuminate/support: ~5.1
- laravelcollective/html: 5.2.*
This package is not auto-updated.
Last update: 2024-11-01 19:43:05 UTC
README
This is currency converter package. Just install and use it. Welcome!)
Install
Via Composer
-
composer.json add to require : "converter/test": "dev-master"
Run: composer update
-
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,
-
app\Http\routes.php
comment Route::get('/' ... and routes which overrides if you have the same
Route::post('/converter'....
Route::post('/validate/currency', ...
-
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.