jitflow / socialengine-console
1.27
2017-03-01 23:40 UTC
Requires
- phpunit/phpunit: ^5.7
- redmatterio/socialengine-coding-standards: ^1.1
- squizlabs/php_codesniffer: ^2.7
- symfony/console: ^3.2
This package is not auto-updated.
Last update: 2025-05-10 23:50:53 UTC
README
Installing
You can install this console in your Social Engine root directory or outside it.
composer require redmatterio/socialengine-console
Usage
vendor/bin/socialengine [COMMAND]
Note: If you have installed this outside your Social Engine root directory, you must use --path
in your calls
vendor/bin/socialengine --path="/path/to/social-engine" [COMMAND]
Commands
List of available commands can be found here.
Contributing
Thank you for considering contributing to this repo! The contribution guide can be found here.