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

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

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.