From de07eee4d1406a62833f1d2cfad9cf141256014e Mon Sep 17 00:00:00 2001 From: Kekskurse Date: Wed, 20 Jan 2021 00:26:23 +0100 Subject: [PATCH] Stuff --- app/Console/Commands/EXIFRead.php | 5 ++++- resources/views/gallery/images.blade.php | 14 ++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/app/Console/Commands/EXIFRead.php b/app/Console/Commands/EXIFRead.php index c4f2d32..02d4cb0 100644 --- a/app/Console/Commands/EXIFRead.php +++ b/app/Console/Commands/EXIFRead.php @@ -39,7 +39,10 @@ class EXIFRead extends Command */ public function handle() { - $images = Image::query()->where("exifRead", "=", 0)->limit(10)->get(); + $images = Image::query() + ->where("exifRead", "=", 0) + ->limit(10) + ->get(); foreach ($images as $image) { $this->info("Get Image ".$image->id); EXIFAuslesen::dispatchSync($image->id); diff --git a/resources/views/gallery/images.blade.php b/resources/views/gallery/images.blade.php index 0009b28..40ab776 100644 --- a/resources/views/gallery/images.blade.php +++ b/resources/views/gallery/images.blade.php @@ -4,7 +4,7 @@
@foreach($images as $image) -
+
@@ -36,6 +36,13 @@ + Name + + Beschreibung + + Rating + +