Package Data | |
---|---|
Maintainer Username: | DivineOmega |
Maintainer Contact: | jordan@hall05.co.uk (Jordan Hall) |
Package Create Date: | 2017-03-31 |
Package Last Update: | 2018-01-23 |
Language: | PHP |
License: | LGPL-3.0-only |
Last Refreshed: | 2024-11-14 15:03:27 |
Package Statistics | |
---|---|
Total Downloads: | 123 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 12 |
Total Watchers: | 5 |
Total Forks: | 7 |
Total Open Issues: | 0 |
Package that provides multiple choice questions and answers
composer require divineomega/laravel-multiple-choice
.DivineOmega\LaravelMultipleChoice\Providers\LMCServiceProvider::class
to providers
array in config/app.php
.php artisan vendor:publish --provider="DivineOmega\LaravelMultipleChoice\Providers\LMCServiceProvider" --tag="migrations" --force
.