Skip to content

feat: add Laravel Quiz App template (#5)#33

Open
lout33 wants to merge 1 commit into
codesphere-community:mainfrom
lout33:add-laravel-quiz-app-template
Open

feat: add Laravel Quiz App template (#5)#33
lout33 wants to merge 1 commit into
codesphere-community:mainfrom
lout33:add-laravel-quiz-app-template

Conversation

@lout33
Copy link
Copy Markdown

@lout33 lout33 commented May 16, 2026

Summary

Adds a Laravel Quiz App template for Codesphere workspaces.

Features

  • Create and manage quizzes with multiple-choice questions
  • Take quizzes and see your score
  • SQLite database (no external DB required)
  • Bootstrap-styled responsive UI

Files

  • laravel/ - complete Laravel 10 application
  • laravel/ci.yml - Codesphere CI pipeline
  • laravel/metadata.json - template metadata
  • laravel/README.md - setup instructions
  • laravel/start.sh - startup script

Testing

  • SQLite database (no setup required)
  • Migrations run on deploy
  • Dev server starts on port 3000

Closes #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Laravel template - Quiz App

1 participant