Download the PHP package typicms/forum without Composer
On this page you can find all versions of the php package typicms/forum. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download typicms/forum
More information about typicms/forum
Files in typicms/forum
Download typicms/forum
More information about typicms/forum
Files in typicms/forum
Please rate this library. Is it a good library?
Informations about the package forum
Forum
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.
All versions of forum with dependencies
PHP Build Version
Package Version
The package typicms/forum contains the following files
Loading the files please wait ....