milestone / ebis
ePlus Business Intelligence Software
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Type:laravel-package
Requires
README
- Install laravel
laravel new eBis
- cd project
cd eBis
- Install eis
composer require milestone/ebis
- Add a key
DOMAIN
in env file with domain as its valueDOMAIN=ebis
- Comment database details like Host, User, Password in env file
- Comment every route in base router
- 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.