virtualvendors/altwallets
最新稳定版本:0.1.1
Composer 安装命令:
composer require virtualvendors/altwallets
包简介
Altwallets - Online Cryptocurrency Wallet
README 文档
README
Installation
Add the following line to your /composer.json file's "require" array.
"virtualvendors/altwallets": "dev-master",
Run composer update to install the package.
Add the following line to your /app/config/app.php config file's "providers" array.
'Virtualvendors\Altwallets\AltwalletsServiceProvider',
Update the following key-value pair in your /app/config/auth.php config file.
'model' => 'Virtualvendors\Altwallets\User',
Make sure to configure your database in /app/config/database.php.
Run the following artisan command to guide you through the installation process.
$ php artisan altwallets:install
In effect, this command does the following:
- Publish configuration
- Publish migrations
- Publish assets
- Runs migrations
- Creates super user
Remove the default provided / route from /app/routes.php. This file should, in effect, be empty.
You may now access Altwallets via the browser.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2014-12-08