virtualvendors / altwallets
Altwallets - Online Cryptocurrency Wallet
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Requires
- php: >=5.4.0
- adamgoose/commander: ~1.0
- illuminate/support: 4.2.*
- nbobtc/bitcoind-php: ~1.0
This package is auto-updated.
Last update: 2024-10-29 04:47:20 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:
- 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.