escolalms/topic-type-project
Escola Headless LMS Topic Type Project
Maintainers
Package info
github.com/EscolaLMS/Topic-Type-Project
Type:package
pkg:composer/escolalms/topic-type-project
Requires
- php: >=7.4
- escolalms/auth: ^0
- escolalms/core: ^1
- escolalms/topic-types: ^0
- laravel/framework: >=8.0
Requires (Dev)
- darkaonline/l5-swagger: 8.1.0
- orchestra/testbench: >=5.0
- phpunit/phpunit: ^9.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 4c0f6dbd1038ffff9b93c8d9adc70122cd372aab
- Maciej Rymarz <maciej.rymarz.woop@escolasoft.com>
This package is auto-updated.
Last update: 2026-06-24 11:11:24 UTC
README
👁 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-projectphp artisan migratephp 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.
