econf / reviews
Reviews component for E-Conf
1.0.0
2016-10-16 14:18 UTC
Requires
- php: ~5.5|~7.0
- illuminate/support: ~5.1
- mdwheele/swotphp: 1.0.0
This package is not auto-updated.
Last update: 2025-04-02 23:13:09 UTC
README
E-Conf is a Conference Management System designed to automate as much of the process as possible.
This package handles the revision 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/reviews
After updating Composer, add the Service Provider to the providers array in config/app.php
.
EConf\Reviews\ReviewsServiceProvider::class
Finally, you need to publish the package migrations and apply them to your database:
$ php artisan vendor:publish --provider="EConf\Reviews\ReviewsServiceProvider"
$ php artisan migrate
Usage
You can configure the revision phase through the administration panel of a conference (Organization > Settings).
Credits
License
The MIT License (MIT). Please see License File for more information.