scubaclick/forums

dev-master 2013-09-26 17:59 UTC

This package is auto-updated.

Last update: 2020-02-11 19:08:20 UTC


README

Add a forum to Laravel 4. Still being developed for ScubaClick, so handle with care for now!

Stable Version

v1.0

General Installation

Install by adding the following to the require block in composer.json:

"scubaclick/forums": "dev-master"

Then run composer update.

Laravel-specific Installation

Add the following in app/config/app.php to the service providers array:

'ScubaClick\Forums\ForumsServiceProvider',

To change the configuration values, run the following command in the console:

php artisan config:publish scubaclick/forums

Notes

Please note that ScubaClick Forums does not provide any templates or controllers, only the models, migrations and repositories. You will have to implement these yourself.

License

ScubaClick Forums is licenced under the MIT license.