collegefb/web
最新稳定版本:v1.0.3
Composer 安装命令:
composer require collegefb/web
包简介
Public website of the CollegeFB project
README 文档
README
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();
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL
- 更新时间: 2014-11-15