schooldata / lara-quiz
Laravel package to create forms: surveys, exams, etc.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/schooldata/lara-quiz
Requires
- php: >=7.1
- illuminate/auth: ^5.5
- illuminate/config: ^5.5
- illuminate/database: ^5.5
- illuminate/routing: ^5.5
- illuminate/support: ^5.5
- illuminate/validation: ^5.5
- illuminate/view: ^5.5
- itrex-group/quiz-runner: dev-master
Requires (Dev)
- jakub-onderka/php-parallel-lint: ^0.9.2
- phpmd/phpmd: ^2.6
- sebastian/phpcpd: ^3.0
- slevomat/coding-standard: ~4.0
- squizlabs/php_codesniffer: ^3.1
This package is not auto-updated.
Last update: 2025-10-16 14:00:02 UTC
README
Laravel package to create forms: surveys, exams, etc.
System requirements
- PHP >= 7.1
- Laravel 5.5
Installation
Require this package with composer. Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
Usage
Package contains database migrations and models that are perfectly suited to create any form you want. Feel free to use built-in routes and controllers or extend them. Blade views for administration panel are also included, use they as an example to create your own views.