Advanced module for course management. This module will manage course, lessons on course, articles on lesson and author of the course. I was struggling to find a module which shows both frontend and backend operation on FUEL CMS. Hope this will help others as a referance for creating thieir own module
##Features
- Bootstrap ready views
- Search engine friendly url
##Installation
- copy course to fuel/modules/
- Add course to $config['modules_allowed'] array in your fuel/application/config/MY_fuel.php
- Install table using fuel/modules/course/install/fuel_course_install.sql
- For more detail see step by step tutorial here