virtualvendors/altwallets 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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:

  1. Publish configuration
  2. Publish migrations
  3. Publish assets
  4. Runs migrations
  5. 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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: CSS

其他信息

  • 授权协议: Unknown
  • 更新时间: 2014-12-08