typicms / forum
A forum for TypiCMS
Fund package maintenance!
typicms
11.0.5
2023-07-15 11:25 UTC
Requires
- laravel/framework: >=5.7
- mews/purifier: ~3.1
README
A forum with categories, discussions and posts. Currently in Beta.
Installation
- Install TypiCMS
- Install the forum package:
composer require typicms/forum
- Add the
TypiCMS\Modules\Forum\Providers\ModuleServiceProvider::class,
in config/app.php - Run
php artisan migrate
- Publish the blade views and the scss file:
php artisan vendor:publish --provider="TypiCMS\Modules\Forum\Providers\ModuleServiceProvider"
- Add
@import 'public/forum';
inresources/scss/public.scss
- Publish translations
php artisan translations:add vendor/typicms/forum/src/lang
- run
npm run dev
- Go to the admin side of you TypiCMS project (/admin)
- Create some forum categories.
- Create a page linked to the Forum module and navigate to this page on the public side.
This module is part of TypiCMS, a multilingual CMS based on the Laravel framework.