trhgquan / Fororum

Fororum - A Forum made from Laravel with Love and Keyboard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fororum

StyleCI MITLicense

Forum creavit cum Laravel

What is Fororum | Installation | Authors | License

What is Fororum, anyway?

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.

Why Fororum?

  • Easy to install (which is not correct when you do not know what is Composer).
  • SEO Friendly
  • Fully-support admin in managing users and forum posts.

Installation

Requirements:

  • PHP >= 7.3
  • Composer (for installing support packages).

How-to:

Follow these guides to install Fororum on your server:

  1. Execute a git-clone this project: git clone https://github.com/trhgquan/Fororum.git.

  2. Run composer install to install components.

  3. Rename .env.example to .env. This is the enviromental configuration for your Fororum install.

    • Update DB_HOST with your databse host (usually localhost).
    • Update DB_USERNAME with your database username.
    • Update DB_PASSWORD with your database password.
  4. Generate APP_KEY: php artisan key:generate.

  5. Migrate database tables: php artisan migrate.

  6. Install default administrator account: php artisan db:seed.

Authors

Author GitHub
Quan, Tran Hoang @trhgquan
me_a_doge @meadoge
Hwang S. Wan @hwangswan

LICENSE

Fororum is licensed under the MIT License. view LICENSE.

Built with

  • Laravel newest version of Laravel - The Framework for web artisans by Taylor Otwell
  • Bootstrap Bootstrap 3.3.7

About

Fororum - A Forum made from Laravel with Love and Keyboard.

License:MIT License


Languages

Language:PHP 75.0%Language:Blade 24.5%Language:Shell 0.3%Language:Vue 0.3%