virtualvendors/altwallets

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

Altwallets - Online Cryptocurrency Wallet

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:CSS

pkg:composer/virtualvendors/altwallets

0.1.1 2015-04-01 20:22 UTC

This package is auto-updated.

Last update: 2025-09-29 01:40:48 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.