divineomega/laravel-multiple-choice

Package that provides multiple choice questions and answers

v1.0.2 2018-01-23 13:41 UTC

This package is auto-updated.

Last update: 2024-04-06 09:04:54 UTC


README

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.