divineomega / laravel-multiple-choice
Package that provides multiple choice questions and answers
Fund package maintenance!
DivineOmega
Installs: 124
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 2
Forks: 6
Open Issues: 0
pkg:composer/divineomega/laravel-multiple-choice
Requires
- illuminate/database: ^5.1
- illuminate/http: ^5.1
- illuminate/view: ^5.1
This package is auto-updated.
Last update: 2025-11-06 12:43:55 UTC
README
Package that provides multiple choice questions and answers
Installation
- Run
composer require divineomega/laravel-multiple-choice. - Add
DivineOmega\LaravelMultipleChoice\Providers\LMCServiceProvider::classtoprovidersarray inconfig/app.php. - Run
php artisan vendor:publish --provider="DivineOmega\LaravelMultipleChoice\Providers\LMCServiceProvider" --tag="migrations" --force.