converter / test
货币转换器。
dev-master
2016-02-21 09:01 UTC
Requires
- php: ~5.5|~7.0
- illuminate/support: ~5.1
- laravelcollective/html: 5.2.*
This package is not auto-updated.
Last update: 2024-09-20 19:14:38 UTC
README
这是一个货币转换器包。只需安装并使用即可。欢迎!)
安装
通过 Composer
-
在 composer.json 中添加到 require: "converter/test": "dev-master"
运行:composer update
-
配置 app.php
添加到 'providers' => [
Ivanchenko\Converter\ConverterServiceProvider::class, Collective\Html\HtmlServiceProvider::class,
添加到 'aliases' => [
'Form' => Collective\Html\FormFacade::class, 'Html' => Collective\Html\HtmlFacade::class,
-
app\Http\routes.php
注释 Route::get('/' ... 和如果有相同的路由则注释掉覆盖的
Route::post('/converter'....
Route::post('/validate/currency', ...
-
运行
php artisan vendor:publish --tag=public --force
贡献
请参阅 CONTRIBUTING 和 CONDUCT 以获取详细信息。
安全
如果您发现任何与安全相关的问题,请通过 author_email 发送电子邮件,而不是使用问题跟踪器。