add user search in SearchController, add start and end datetime in events table

This commit is contained in:
2025-12-09 12:28:02 +01:00
parent da20be4558
commit 8426755db3
89 changed files with 4684 additions and 11 deletions
+2
View File
@@ -11,6 +11,8 @@ class Events extends Model
protected $fillable = [
"name",
"description",
'start',
'end',
];
public function tasks() {