Skip to content

Latest commit

 

History

History
36 lines (34 loc) · 1.13 KB

README.md

File metadata and controls

36 lines (34 loc) · 1.13 KB

Events App

Version 1.0

This application is based on SLIM Micro Framework.
It allows to manage Events (meetups) with file upload system (doc & pdf), accomodation management (booking/reservations), sub-events (Example round-tables) with a limited number of participants and subscriptions' deadlines and many others.
Download full Excel list of participants.
Download full zip archive of files uploaded by participants for each Event.
Notification system.
Customisable authentication system. You can set your own users provider, oAuth protocol or whatever you want by editing app/Auth/Auth.php file and using the method that you prefer.


Core file \bootstrap\app.php.
Routes file \App\Routes.php
Views files \resources\views\
Assets files \public\assets\

Framework version

Slim 3.0

Libraries