testingmic / surveymonkey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codeigniter Survey

Create and manage surveys created with Codeigniter.

Installation

Require the package using composer.

composer require dompdf/dompdf

Add this to your Routes

$routes->cli("/surveys", "Surveys::setup");

Run this bash command to create all the required tables.

php index.php surveys setup

Enjoy using the application

About

License:MIT License


Languages

Language:PHP 81.5%Language:JavaScript 16.6%Language:CSS 1.7%Language:Smarty 0.1%Language:HTML 0.0%Language:Hack 0.0%