Skip to content

VirtualVendors/Altwallets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Altwallets

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.