escolalms/topic-type-project

Escola Headless LMS Topic Type Project
6,617
Install
composer require escolalms/topic-type-project
Latest Version:0.1.5
PHP:>=7.4
License:MIT
Last Updated:Jul 30, 2026
Links: GitHub  ·  Packagist
Maintainer: qunabu

Topic Type Project

swagger codecov phpunit downloads downloads downloads Maintainability

What does it do

This package is another TopicType. It allows students to upload their solutions as files. This type is used for building headless Course.

The package by default grants students permissions to add and view their own solutions within the course. Administrators have permissions to display the list of all student solutions, as well as to download and delete them.

Installing

  • composer require escolalms/topic-type-project
  • php artisan migrate
  • php artisan db:seed --class="EscolaLms\TopicTypeProject\Database\Seeders\TopicTypeProjectPermissionSeeder"

Endpoints

The endpoints are defined in swagger

Tests

Run ./vendor/bin/phpunit to run tests. Test details codecov

Events

  • ProjectSolutionCreatedEvent - This event is dispatched when the user has uploaded a solution

You can use the escolalms/templates-email package, which listens to this event and sends an email.

Listeners

This package does not listen for any events.

Permissions

Permissions are defined in seeder.

Related Packages

mews/purifier

Laravel 5/6/7/8/9/10 HtmlPurifier Package

21,010,090 1,982
kyslik/column-sortable

Package for handling column sorting in Laravel 6.x

6,282,182 647
mews/captcha

Laravel 5/6/7/8/9/10/11/12 Captcha Package

6,095,827 2,586
ajthinking/archetype

Programmatically edit PHP and Laravel files.

4,372,487 272