All Projects → Hifone → Hifone

Hifone / Hifone

Licence: mit
A free, open-source, self-hosted forum software based on the Laravel PHP Framework. QQ群:656868

Projects that are alternatives of or similar to Hifone

Roo
😋 美观大气的论坛社区
Stars: ✭ 238 (-64.64%)
Mutual labels:  forum, bbs
Jivejdon
Jivejdon is a Domain Driven Design appication with CQRS/ES/Clean/Hexagonal architecture
Stars: ✭ 287 (-57.36%)
Mutual labels:  forum, bbs
vmoex-framework
一个开源的二次元向的社区程序。
Stars: ✭ 233 (-65.38%)
Mutual labels:  bbs, forum
Vmoex Framework
一个开源的二次元向的社区程序。
Stars: ✭ 198 (-70.58%)
Mutual labels:  forum, bbs
Forum
一个简单的论坛项目,开发IDE为IntelliJ IDEA,通过Maven构建,后台采用Spring、SpringMVC、MyBatis,数据库采用MySQL、Redis,前台用到jQuery,图片被上传到七牛云。
Stars: ✭ 407 (-39.52%)
Mutual labels:  forum, bbs
Symphony
🎶 一款用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)平台。
Stars: ✭ 13,080 (+1843.54%)
Mutual labels:  forum, bbs
Ditiezu
Ditiezu
Stars: ✭ 13 (-98.07%)
Mutual labels:  bbs, forum
Flarum
Flarum - 优雅自由的 PHP 轻社区
Stars: ✭ 1,588 (+135.96%)
Mutual labels:  forum, laravel
Forum Java
一款用 Java(spring boot) 实现的现代化社区(论坛/问答/BBS/社交网络/博客)系统平台。A modern community (forum/Q&A/BBS/SNS/blog) system platform implemented in Java(spring boot).
Stars: ✭ 380 (-43.54%)
Mutual labels:  forum, bbs
Casbin Forum
Next-generation forum software based on React + Golang, QQ group: 555019739
Stars: ✭ 348 (-48.29%)
Mutual labels:  forum, bbs
Flarum
Simple forum software for building great communities.
Stars: ✭ 12,190 (+1711.29%)
Mutual labels:  forum, laravel
Core
Simple forum software for building great communities.
Stars: ✭ 5,372 (+698.22%)
Mutual labels:  forum, laravel
Forum
A fully-fledged modern forum app, including @mention and private messaging, built with Laravel 5.3 and Vue 2.
Stars: ✭ 135 (-79.94%)
Mutual labels:  forum, laravel
Forum
Ama Laravel? Torne se um Jedi e Ajude outros Padawans
Stars: ✭ 233 (-65.38%)
Mutual labels:  forum, laravel
Starfire
🌟 一个分布式的内容分享讨论社区,星星之火可以燎原。
Stars: ✭ 130 (-80.68%)
Mutual labels:  forum, bbs
superhighway84
USENET-inspired, uncensorable, decentralized internet discussion system running on IPFS & OrbitDB
Stars: ✭ 437 (-35.07%)
Mutual labels:  bbs, forum
Laravel Reddit
Reddit clone built with Laravel 5
Stars: ✭ 101 (-84.99%)
Mutual labels:  forum, laravel
Zendea
A free, open-source, self-hosted forum software written in Go 官方QQ群:656868
Stars: ✭ 116 (-82.76%)
Mutual labels:  forum, bbs
Laravel Forum
A minimal forum package designed for quick and easy integration in Laravel projects
Stars: ✭ 335 (-50.22%)
Mutual labels:  forum, laravel
Netcorebbs
ASP.NET Core Light forum NETCoreBBS
Stars: ✭ 483 (-28.23%)
Mutual labels:  forum, bbs

Hifone

StyleCI Build Status Software License

Screenshot

Hifone is a free, open-source, self-hosted forum software based on the Laravel PHP Framework.

Features

This package is currently in (very-)alpha stage, so all of the following features may or may not work yet. However, feel free to post issues and features requests here . We will try to fix and improve the package as fast as we can based on your help!

  • Fast and simple
  • Beautiful and responsive
  • Register & Login via OAuth
  • Image upload
  • Avatars
  • Credits
  • Roles & Permissions
  • Notifications
  • Markdown & Emoj
  • Tags
  • Advertisements
  • RSS Feeds
  • Localization: language files, time zone and UTF-8 support
  • Pjax support

Requirements

There are a few things that you will need to have set up in order to run Gitamin:

  • A web server: Nginx, Apache (with mod_rewrite), or Lighttpd
  • PHP 5.6.4+ with the following extensions: mbstring, pdo_mysql
  • MySQL or PostgreSQL
  • Composer

Installation

By default Hifone comes with a .env.example file. You'll need to rename this file to just .env regardless of what environment you're working on.

If you're using SQLite then your .env file should not contain a DB_HOST key. You'll also need to touch ./database/hifone.sqlite and give it the required permissions.

Directories within the storage and the bootstrap/cache directories should be writable by your web server or Hifone will not run.

Step 1: Shell

git clone https://github.com/Hifone/Hifone
cd Hifone

cp .env.example .env
vi .env  # write database settings

composer install --no-dev -o

php artisan hifone:install

chmod -R 777 storage
chmod -R 777 bootstrap/cache
chmod -R 777 public/uploads

If you have problems to open the Page, enter the Following:

php artisan vendor:publish

Step 2: Browser

Now go to http://your_site_domain/ and have fun!

Installing Hifone with Docker

$ git clone https://github.com/Hifone/Docker.git hifone-docker
$ cd hifone-docker
$ docker build -t hifone --rm .
$ docker run -it --rm -p 0.0.0.0:8081:80 hifone
$ /run.sh

Now go to http://127.0.0.1:8081 (linux) or http://192.168.99.100:8081 (mac) and have fun!

You can find more information at Install Hifone

Additional Settings

On the Admin Panel you can add some additional Settings

meta_author - Set Metadata for Authors
meta_keywords - Set Metadata for Keywords
footer_html - Write some HTML stuff for Footer
new_thread_dropdowns - With this, you can add some DropDown Items for the "New Thread" Button
site_about - This is for Adding a Subtitle for the Website

Upgrading

php artisan hifone:update

Development

These extra dependencies are required to develop Hifone:

  • Node.js
  • Bower
  • Gulp
npm install
bower install
gulp

If you're making a lot of changes, you'll find that running gulp watch will really help you out!

Demo

Hifone website.

License

Hifone is open-sourced software licensed under the MIT license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].