-
-
Notifications
You must be signed in to change notification settings - Fork 0
EN🍉2 Installation
jeffrey n. carre edited this page Nov 21, 2022
·
2 revisions
The preferred way to install this extension with all it's dependencies, is through composer.
You can run the installation composer command from the root of your project:
composer require fruitsbytes/php-moncash
alternatively :
php composer.phar require --prefer-dist fruitsbytes/php-moncash "*"
or update your composer.json
and add the package in the require
section:
{
"require": {
"fruitsbytes/php-moncash": "*"
}
}
Run the installation command
composer install
Previous | Next |
---|---|
◄ Prerequisite | Configuration ► |
Seen an error, or want to contribute, contact us
at [email protected]
or
[email protected]
FruitsBytes MonCash PHP