Creative is training center management system for publishing tutorials, slides, exam result and organize quiz.
- Automate entire management system
- Online admission(Apply)
- Publish result in online
- Publish education equipment in online
- File manager, upload, delete, edit.
- Store exam and results.
- Admission applicant
- Faculty add system
- Admin dashboard
- PHP >= 5.4, PHP < 7
- Mcrypt PHP Extension
- OpenSSL PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
install composer form https://getcomposer.org
git clone https://github.com/Kryptonitesoft/creative projectname
cd projectname
composer install
php artisan key:generate
- create a database and inform .env
php artisan migrate
to create tablesphp artisan db:seed
to populate tablesphp artisan user:create
to create admin user
- Bootstrap for CSS and jQuery plugins.
- AngularJS as JavaScript Framework.
- Textangular as blog editor.
php artisan serve
Go to: /login
to login.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning.
This project is licensed under the MIT License - see the LICENSE.md file for details