Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/divineomega/laravel-multiple-choice

Package that provides multiple choice questions and answers
https://github.com/divineomega/laravel-multiple-choice

multiple-choice multiple-choice-tests php-library questions-and-answers

Last synced: 12 days ago
JSON representation

Package that provides multiple choice questions and answers

Awesome Lists containing this project

README

        

# 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`.