Student training center management.
Creative is training center management system for publishing tutorials, slides, exam result and organize quiz.
install composer form https://getcomposer.org
git clone https://github.com/Kryptonitesoft/creative projectname
cd projectname
composer install
php artisan key:generate
php artisan migrate
to create tablesphp artisan db:seed
to populate tablesphp artisan user:create
to create admin user
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