Bookmarks and Notes
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
Permissions
Permissions are defined in seeder