2017 © Pedro Peláez
 

library altwallets

Altwallets - Online Cryptocurrency Wallet

image

virtualvendors/altwallets

Altwallets - Online Cryptocurrency Wallet

  • Wednesday, April 1, 2015
  • by adamgoose
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Altwallets

Installation

Add the following line to your /composer.json file's "require" array., (*1)

"virtualvendors/altwallets": "dev-master",

Run composer update to install the package., (*2)

Add the following line to your /app/config/app.php config file's "providers" array., (*3)

'Virtualvendors\Altwallets\AltwalletsServiceProvider',

Update the following key-value pair in your /app/config/auth.php config file., (*4)

'model' => 'Virtualvendors\Altwallets\User',

Make sure to configure your database in /app/config/database.php., (*5)

Run the following artisan command to guide you through the installation process., (*6)

$ php artisan altwallets:install

In effect, this command does the following:, (*7)

  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., (*8)

You may now access Altwallets via the browser., (*9)

The Versions

01/04 2015

dev-master

9999999-dev

Altwallets - Online Cryptocurrency Wallet

  Sources   Download

The Requires

 

by Adam Engebretson
by Virtual Vendors

01/04 2015

0.1.1

0.1.1.0

Altwallets - Online Cryptocurrency Wallet

  Sources   Download

The Requires

 

by Adam Engebretson
by Virtual Vendors

01/04 2015

dev-develop

dev-develop

Altwallets - Online Cryptocurrency Wallet

  Sources   Download

The Requires

 

by Adam Engebretson
by Virtual Vendors

08/12 2014

0.1.0

0.1.0.0

Altwallets - Online Cryptocurrency Wallet

  Sources   Download

The Requires

 

by Adam Engebretson
by Virtual Vendors