scubaclick / forums
Forums for Laravel 4
This package's canonical repository appears to be gone and the package has been frozen as a result.
Requires
- php: >=5.3.0
- illuminate/database: 4.0.*
- illuminate/support: 4.0.*
- mews/purifier: dev-master
- scubaclick/feeder: dev-develop
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.