econf/program-management

Program management component for E-Conf

1.0.0 2016-10-16 14:32 UTC

This package is auto-updated.

Last update: 2024-04-14 07:25:40 UTC


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.

E-Conf Program Management

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.