Info and filtering by course tracks, table of content on chapter view with links and previous and next buttons.

This commit is contained in:
Krzysztof Płaczek
2023-01-23 13:23:57 +01:00
parent d4d8330d83
commit 5902bf7c2b
9 changed files with 1024 additions and 477 deletions

View File

@@ -14,6 +14,7 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
* @property string $thumbnail
* @property string $link
* @property string $status
* @property string $tracks
* @property integer $numberofchapters
* @property integer $timeswatched
* @property Date $published_at
@@ -28,6 +29,7 @@ class Course extends Model
'thumbnail',
'link',
'status',
'tracks',
'numberofchapters',
'timeswatched',
'published_at',