Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 429 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 429 Bytes

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.