ePlus Business Intelligence Software

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

Type:laravel-package

0.1.0 2022-01-01 07:35 UTC

This package is auto-updated.

Last update: 2024-04-06 12:28:42 UTC


README

  1. Install laravel laravel new eBis
  2. cd project cd eBis
  3. Install eis composer require milestone/ebis
  4. Add a key DOMAIN in env file with domain as its value DOMAIN=ebis
  5. Comment database details like Host, User, Password in env file
  6. Comment every route in base router
  7. php artisan vendor:publish

Start Using

The main site just displays a home page only http://ebis/
Each client should have a subdomain. Ex: http://client1.ebis
Initially need to create subdomain which points to same code base.
Upon visiting to such subdomain, setup screen will be displayed, where client code need to br given.
Client Code is the code which can get from milestoneit.net > eBis.
Each client who required eBis feature should be registered in milestoneit.net and must have a valid subscription added.
Upon giving client code and clicking on Fetch Details every subscription will be loaded from milestoneit.net.
Select the subscription from dropdown, then fill every field, then click Register.
Every setup will be done automatically.