Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

collegefb/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CollegeFB/Web

Application using Slim framework and Slimcontroller package to build the website that uses the CollegeFB logic.

To get it working you need to create a public file and set inside the following code

require 'vendor/autoload.php';

$options = array(
    'database'  => 'my_database',
    'twitter'   => array(
        'key'      => 'twitter_key',
        'secret'   => 'twitter_secret',
        'auth_users'    => array(),
    ),
    'xauth_token'   => 'xauth_token',
    'admin_templates_path'  => 'templates/admin',
    'web_templates_path'    => 'templates/web',
);

$bootstrap = new \CollegeFBWeb\BootstrapApp();
$container = $bootstrap->getContainer($options);
$bootstrap->getApp('web', $container)->run();

About

Public website of the CollegeFB project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages