Download the PHP package escolalms/dictionaries without Composer
On this page you can find all versions of the php package escolalms/dictionaries. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download escolalms/dictionaries
More information about escolalms/dictionaries
Files in escolalms/dictionaries
Package dictionaries
Short Description Escola Headless LMS dictionaries package
License MIT
Informations about the package dictionaries
Dictionaries
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
Tests
Run ./vendor/bin/phpunit
to run tests.
Test details
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"
All versions of dictionaries with dependencies
escolalms/auth Version ^0
escolalms/core Version ^1
escolalms/categories Version ^0
laravel/framework Version >=8.0
maatwebsite/excel Version >=3.1