virtualvendors/altwallets

There is no license information available for the latest version (0.1.1) of this package.

Altwallets - Online Cryptocurrency Wallet

0.1.1 2015-04-01 20:22 UTC

This package is auto-updated.

Last update: 2024-02-29 03:17:04 UTC


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.