escolalms/bookmarks_notes

Escola Headless LMS Bookmarks & Notes

0.1.3 2024-02-15 20:10 UTC

This package is auto-updated.

Last update: 2024-04-15 20:35:01 UTC


README

swagger codecov phpunit downloads downloads downloads

What does it do

This package is used to manage bookmarks and notes. Bookmarks and notes are stored in a single data model. By convention, a note is a database entry containing a value in the value field.

Installing

  • composer require escolalms/bookmarks_notes
  • php artisan migrate
  • php artisan db:seed --class="EscolaLms\Bookmarks\Database\Seeders\BookmarkPermissionSeeder"

Endpoints

All the endpoints are defined in swagger swagger

Test details codecov Tests PHPUnit in environments

Permissions

Permissions are defined in seeder