Fororum - A Forum made from Laravel with Love and Keyboard.
Forum creavit cum Laravel
What is Fororum | Installation | Authors | License
An open-source Forum project made with Laravel. Fororum in Latin means Forums.
This project also had a very-long-time-ago-and-simplest-as-i-could-thought name: MyApp.
Follow these guides to install Fororum on your server:
Execute a git-clone
this project: git clone https://github.com/trhgquan/Fororum.git
.
Run composer install
to install components.
Rename .env.example
to .env
. This is the enviromental configuration for your Fororum install.
DB_HOST
with your databse host (usually localhost
).DB_USERNAME
with your database username.DB_PASSWORD
with your database password.Generate APP_KEY
: php artisan key:generate
.
Migrate database tables: php artisan migrate
.
Install default administrator account: php artisan db:seed
.
Author | GitHub |
---|---|
Quan, Tran Hoang | @trhgquan |
me_a_doge | @meadoge |
Hwang S. Wan | @hwangswan |
Fororum is licensed under the MIT License. view LICENSE.