2017 © Pedro Peláez
 

library forum

image

eubby/forum

  • Wednesday, November 13, 2013
  • by eubby06
  • Repository
  • 1 Watchers
  • 10 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Forum Package for Laravel 4

  • This forum package is inspired by esotalk developed by @tobscure.

Status: Under Development

How to Install

  • In your app composer.json file, add:
    "require": {
        "eubby/forum": "dev-Core"
    }
  • Configure your database settings in the L4 app/config/database.php file
  • Open your terminal in the L4 App root directory and run php composer.phar update command
  • Add Forum Service Provider to the app/config/app.php file under the array key "providers" as shown below

'providers' => array( 'Eubby\Forum\ForumServiceProvider', )
  • Please change the default user model in app/config/auth.php to:

'model' => 'Eubby\Models\User',
  • And run the following command in the terminal to start installing the Forum package
  • Please note that this command will ask you to create an admin user account before installing the package
 php artisan forum:install

Frontend

  • By default it is available on http://www.domain.com/forum

Admin Panel

  • By default it is available on http://www.domain.com/admin

Documentation will be updated soon, (*1)

The Versions

13/11 2013