Awesome Support is the most advanced ticketing system for WordPress. It is the result of two years of work, research and improvement. Most of its features are an answer to users requests and that's what makes it the best support plugin for WordPress.
- WordPress 4.0+
- PHP 5.6+
Below are some info from the plugin's repository on WordPress.org.
To get started right away:
git clone [email protected]:Awesome-Support/Awesome-Support.git awesome-support && cd awesome-support && composer install && npm install
If you're not a developer you're better off using the production version available on WordPress.org.
If you're not familiar with Composer you should have a look at the quick start guide.
The development version works a little differently than the production version. The GitHub repo is "raw": the plugin dependencies aren't present.
In order to work with the development branch you need the following on your development environment:
We use automated scripts to build the production version with all the required files, but if you wish to contribute or simply try the latest features on the development branch, you will need to install the dependencies manually.
Don't sweat it! It's no big deal. Dependencies are managed by Composer. Once you downloaded the master
branch, there is only one thing you need to do: open the terminal at the plugin's location and type
composer install
This command will do a few things for you:
- Install the plugin dependencies (via Composer)
- Install Grunt & all Grunt modules (via
npm install
) - You should now be able to launch the default Grunt task with
grunt
If you want to contribute to the plugin or just follow the development, all chats will be held on the Gitter channel.