schooldata/lara-quiz

Laravel package to create forms: surveys, exams, etc.

Maintainers

Package info

github.com/SchoolData/lara-quiz

pkg:composer/schooldata/lara-quiz

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

dev-master 2025-10-14 10:16 UTC

This package is not auto-updated.

Last update: 2026-03-05 16:06:06 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.