hamjoint / mustard-messaging
Messaging support for the Mustard marketplace platform.
dev-master
2016-01-14 12:27 UTC
Requires
- hamjoint/mustard: @dev
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2024-11-05 04:48:17 UTC
README
User messaging support for Mustard, the open source marketplace platform.
Installation
Via Composer (using Packagist)
composer require hamjoint/mustard-messaging
Then add the Service Provider to config/app.php:
Hamjoint\Mustard\Messaging\Providers\MustardMessagingServiceProvider::class
Licence
Mustard is free and gratis software licensed under the GPL3 licence. This allows you to use Mustard for commercial purposes, but any derivative works (adaptations to the code) must also be released under the same licence. Mustard is built upon the Laravel framework, which is licensed under the MIT licence.