issues
search
harishdurga
/
laravel-quiz
With this package, you can easily get quiz functionality into your Laravel project.
MIT License
162
stars
19
forks
source link
Add Many Quiz Authors With Different Roles To Control Access To The Quiz
#14
Closed
harishdurga
closed
2 years ago
harishdurga
commented
2 years ago
QuizAuthor Model Added
Migration added to create quiz author table
CanAuthorQuiz
trait added.
Quiz model updated
Tests added
CanAuthorQuiz
trait added.