/laravel-multiple-choice

Package that provides multiple choice questions and answers

Primary LanguagePHPGNU Lesser General Public License v3.0LGPL-3.0

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.