Rewrite installer without 3rd party installer lib.

This commit is contained in:
Nabeel Shahzad
2017-12-14 16:38:29 -06:00
parent 7966d6c5aa
commit 277a5f2d33
22 changed files with 581 additions and 174 deletions

View File

@@ -4,11 +4,11 @@ APP_DEBUG=false
APP_LOG_LEVEL=info
APP_URL=http://localhost
DB_CONNECTION=travis
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=phpvms
DB_USERNAME=root
DB_USERNAME=
DB_PASSWORD=
CACHE_DRIVER=array