Hi folks!
you can now install Pimp My Log with composer.
When installing with composer, all user custom files are located in the root directory of composer and not in the root directory of Pimp My Log as it is with other installation ways.
/composer.json
/composer.lock
/config.auth.user.php <-- Authentication database
/config.user.d/... <-- Pimp My Log secondary configuration files
/config.user.php <-- Pimp My Log main configuration file
/css/
/css/config.inc.user.css <-- Custom CSS file
/vendor/
/vendor/potsky/
/vendor/potsky/pimp-my-log/
/vendor/potsky/pimp-my-log/index.php
Install the latest stable version:
composer require "potsky/pimp-my-log"
Install the latest pseudo stable version (not still released officially):
composer require "potsky/pimp-my-log" "dev-master"
Install a specific version:
composer require "potsky/pimp-my-log" "v1.6.2"
Install a specific major version:
composer require "potsky/pimp-my-log" "~1"
Install the beta unstable version:
composer require "potsky/pimp-my-log" "dev-beta"