Skip to content
On this page

Bookmarks and Notes

swaggercodecovphpunitdownloadsdownloadsdownloads

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 codecovTests PHPUnit in environments

Permissions

Permissions are defined in seeder