Pricing tool. SET PRICES MANUALLY OR AUTOMATICALLY WITH RULES. Similar to Price matrix, in the Pricing tool you are able to either show all your products at once, or you can filter down the data to narrow down visible product amount.
- PHP 7.2 or newer is recommended with extension php-zip, php-xml, php-mbstring, perl-mcrypt, php-curl, php-pdo
- Apache or nginx web server https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-ubuntu-18-04
- Composer installation https://getcomposer.org
- MySQL Database https://dev.mysql.com/downloads/mysql
- Git installation https://git-scm.com/downloads
- NodeJs v12 LTS or above https://nodejs.org
- Clone git https://github.com/anggadarkprince/prahu-pricing-management.git
- Copy
.env.example
to.env
in root directory - Change database and app url, create empty database same as
DB_DATABASE
setting - run
php index.php migrate
- Install composer package by run
composer install
- Install npm package by run
npm install
- Adjust asset path for dynamic import in
.env
file. If your website live in https://domain.com/prahu-pricing then setASSET_PATH = '/prahu-pricing/assets/dist/'
, if your website live in https://prahu-pricing.domain.com or in root domain just setASSET_PATH = '/assets/dist/'
- Execute webpack task https://webpack.js.org by run
npm run build
ornpm run watch
(in production environment runnpm run production
) - Give write access
chmod 755
to folder/uploads
and/uploads/temp
to user and groupchown www-data:www-data
- You ready to go
You can find a list of all changes for each release in the release https://github.com/anggadarkprince/prahu-pricing-management/releases.
Please see the license agreement https://github.com/anggadarkprince/prahu-pricing-management/blob/master/license.txt.
- User Guide https://codeigniter.com/docs
- Angga Ari Wijaya (First Creator) https://angga-ari.com
Report security issues to our Security Support, thank you.