escolalms/dictionaries

Escola Headless LMS dictionaries package

Installs: 1 127

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:package

0.0.5 2024-04-15 07:12 UTC

This package is auto-updated.

Last update: 2024-11-03 13:47:57 UTC


README

swagger codecov phpunit downloads downloads downloads Maintainability phpstan

What does it do

This package is used for managing dictionaries and their expressions. You can set the number of free views of words from a given dictionary for users who are not assigned. This package is compatible with the purchasing process in Wellms. The dictionary may be a purchasable product.

Entity Relationship Diagrams

The diagram below shows the relationships between entities.

Installing

  • composer require escolalms/dictionaries
  • php artisan migrate
  • php artisan db:seed --class="EscolaLms\Dictionaries\Database\Seeders\DictionariesPermissionSeeder"

Endpoints

The endpoints are defined in swagger

Tests

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

Events

This package does not dispatch any events.

Listeners

This package does not listen for any events.

Permissions

This package contains permissions which you can find in DictionariesPermissionEnum. The default assignment of permissions to roles is carried out after executing the command php artisan db:seed --class="EscolaLms\Dictionaries\Database\Seeders\DictionariesPermissionSeeder"