Stars: 164
Forks: 69
Pull Requests: 3
Issues: 18
Watchers: 13
Last Updated: 2021-10-16 07:31:16
Laravel Quiz and Exam System clone of udemy
License: MIT License
Languages: PHP, Vue, Shell, Blade
“examinee” is a platform for Schools, Colleges, Institute & Coaching Centers. With the help of this platform, you can take Online-Offline Course, Lesson, Exams, Quiz, Test, Quiz Competition, Challenges etc
git clone https://github.com/mshossain110/examinee.git
cd examinee
composer install
cp .env.example .env
php artisan key:generate
.env
file to add database, MAIL_DRIVERphp artisan migrate:fresh --seed
npm i
npm run watch