https://github.com/aminurislamarnob/ultimate-order-manager
Ultimate Order Manager for WooCommerce
https://github.com/aminurislamarnob/ultimate-order-manager
plugin wordpress wordpress-plugin
Last synced: 10 months ago
JSON representation
Ultimate Order Manager for WooCommerce
- Host: GitHub
- URL: https://github.com/aminurislamarnob/ultimate-order-manager
- Owner: aminurislamarnob
- Created: 2023-06-28T09:15:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-09T04:58:01.000Z (almost 3 years ago)
- Last Synced: 2025-06-02T06:08:31.856Z (about 1 year ago)
- Topics: plugin, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### For dev. environment
Run the following command for development environment.
```
composer update
```
### For production environment
Run the following command for production environment to ignore the dev dependencies.
```
composer update --no-dev
```
### Build Release
Set execution permission to the script file by `chmod +x bin/build.sh` command. Now, Run the following bash script.
```
bin/build.sh
```