DivineOmega / laravel-multiple-choice

Package that provides multiple choice questions and answers
GNU Lesser General Public License v3.0
12 stars 7 forks source link
multiple-choice multiple-choice-tests php-library questions-and-answers

Laravel Multiple Choice

Package that provides multiple choice questions and answers

Installation

  1. Run composer require divineomega/laravel-multiple-choice.
  2. Add DivineOmega\LaravelMultipleChoice\Providers\LMCServiceProvider::class to providers array in config/app.php.
  3. Run php artisan vendor:publish --provider="DivineOmega\LaravelMultipleChoice\Providers\LMCServiceProvider" --tag="migrations" --force.