econf/program-management
Composer 安装命令:
composer require econf/program-management
包简介
Program management component for E-Conf
README 文档
README
E-Conf is a Conference Management System designed to automate as much of the process as possible.
This package handles the program management phase of the conference organization. It is to be used with the main E-Conf app.

Install
First, require this package via Composer:
$ composer require econf/program-management
After updating Composer, add the Service Provider to the providers array in config/app.php.
EConf\ProgramManagement\ProgramManagementServiceProvider::class
Finally, you need to publish the package migrations and apply them to your database:
$ php artisan vendor:publish --provider="EConf\ProgramManagement\ProgramManagementServiceProvider"
$ php artisan migrate
Usage
You can prepare the program through the Program section on the administration panel of a conference.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-10-14