wpkg-viewer is a simple GUI for the windows package manager wpkg.
See the Laravel docs: https://laravel.com/docs/5.4
$ git clone git@github.com:karriereat/wpkg-viewer.git
$ composer install
$ php artisan key:generate
$ npm install
$ npm run production
You have to specify the path to the folder where the generated .xml
files life. For that adjust path of the
WPKG_VIEWER_BASE_PATH
variable in the .env
file.
WPKG_VIEWER_BASE_PATH=/path/to/xml/files
WPKG_VIEWER_PATH_TO_HOSTS_XML=hostxml/
Apache License 2.0 Please see LICENSE for more information.