ticket-magento2 / ticket-customer-magento2
Magento module to manger a ticket with customer
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.0.0|~7.1.0
This package is not auto-updated.
Last update: 2025-06-16 11:34:57 UTC
README
How to install
This module is now available through Packagist ! You don't need to specify the repository anymore.
Add the following lines into your composer.json
...
"require":{
...
"Os/Customer":"^1.0.8"
}
or simply digit
composer require ticket-magento2/ticket-customer-magento2
Then type the following commands from your Magento root:
$ composer update
$ ./bin/magento setup:upgrade
$ ./bin/magento setup:di:compile