Rumah > Artikel > pembangunan bahagian belakang > Git 项目推荐 | 基于 Laravel 5.2 的轻量级社区程序
Hifone is a free, open-source, self-hosted forum software based on the Laravel PHP Framework.
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!
There are a few things that you will need to have set up in order to run Gitamin:
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.
git clone https://github.com/Hifone/Hifonecd Hifonecp .env.example .envvi .env # write database settingscomposer install --no-dev -ophp artisan hifone:installchmod -R 777 storagechmod -R 777 bootstrap/cache
Now go to http://your_site_domain/ and have fun!
These extra dependencies are required to develop Hifone:
npm installbower installgulp
If you're making a lot of changes, you'll find that running gulp watch will really help you out!
Hifone website .
Hifone is open-sourced software licensed under the MIT license