new library added

This commit is contained in:
Benjamin Takats
2022-12-05 19:04:57 +01:00
parent 5735158927
commit b9265c3ec9
39 changed files with 1482 additions and 115 deletions

View File

@@ -66,7 +66,7 @@ class Course extends Resource
->conversionOnIndexView('thumb')
->help('Lade hier Bilder hoch, um sie eventuell später in der Markdown Description einzufügen. Du musst vorher aber Speichern.'),
Tags::make('Tags')->type('search')->withLinkToTagResource(Tag::class),
Tags::make('Tags')->type('course')->withLinkToTagResource(Tag::class),
Text::make('Name')
->rules('required', 'string'),