divineomega / laravel-multiple-choice
This package is abandoned and no longer maintained.
The author suggests using the jord-jd/laravel-multiple-choice package instead.
Package that provides multiple choice questions and answers
Package info
github.com/Jord-JD/laravel-multiple-choice
pkg:composer/divineomega/laravel-multiple-choice
Fund package maintenance!
v2.0.0
2026-02-14 23:30 UTC
Requires
- illuminate/database: ^5.1
- illuminate/http: ^5.1
- illuminate/view: ^5.1
Replaces
This package is auto-updated.
Last update: 2026-02-15 03:18:17 UTC
README
Package that provides multiple choice questions and answers
Installation
- Run
composer require jord-jd/laravel-multiple-choice. - Add
JordJD\LaravelMultipleChoice\Providers\LMCServiceProvider::classtoprovidersarray inconfig/app.php. - Run
php artisan vendor:publish --provider="JordJD\LaravelMultipleChoice\Providers\LMCServiceProvider" --tag="migrations" --force.