From 34ee983becfa088d0c39c4f0d9b35f038b351a78 Mon Sep 17 00:00:00 2001 From: Developer Date: Sat, 27 Jun 2026 02:47:40 +0200 Subject: feat: add cinema module for browsing movies from hncrawler DB - Add 'cinema' database connection (hncrawler DB) to config/database.php - Create CinemaController with cinema(), show(), search() methods - Add /cinema, /cinema/movie/{imdb_id}, /cinema/search routes - Create cinema.blade.php (grid listing with posters, ratings, pagination) - Create cinema-show.blade.php (detail page with cast, genres, synopsis) - Add Cinema link to navbar - Update page title logic for cinema routes --- public/img/mastodon.svg | 4 ++++ public/img/reddit-alien.svg | 1 + public/img/reddit-square.svg | 1 + public/img/reddit.svg | 1 + public/img/rss-square.svg | 1 + public/img/rss.svg | 1 + public/img/world-background.jpg | Bin 0 -> 902115 bytes public/img/world-bg.jpg | Bin 0 -> 224687 bytes public/img/y-combinator.svg | 1 + 9 files changed, 10 insertions(+) create mode 100644 public/img/mastodon.svg create mode 100644 public/img/reddit-alien.svg create mode 100644 public/img/reddit-square.svg create mode 100644 public/img/reddit.svg create mode 100644 public/img/rss-square.svg create mode 100644 public/img/rss.svg create mode 100644 public/img/world-background.jpg create mode 100644 public/img/world-bg.jpg create mode 100644 public/img/y-combinator.svg (limited to 'public/img') diff --git a/public/img/mastodon.svg b/public/img/mastodon.svg new file mode 100644 index 0000000..906d6ac --- /dev/null +++ b/public/img/mastodon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/img/reddit-alien.svg b/public/img/reddit-alien.svg new file mode 100644 index 0000000..85b9859 --- /dev/null +++ b/public/img/reddit-alien.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/reddit-square.svg b/public/img/reddit-square.svg new file mode 100644 index 0000000..e940a85 --- /dev/null +++ b/public/img/reddit-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/reddit.svg b/public/img/reddit.svg new file mode 100644 index 0000000..508ce01 --- /dev/null +++ b/public/img/reddit.svg @@ -0,0 +1 @@ + diff --git a/public/img/rss-square.svg b/public/img/rss-square.svg new file mode 100644 index 0000000..ff9a15a --- /dev/null +++ b/public/img/rss-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/rss.svg b/public/img/rss.svg new file mode 100644 index 0000000..e6fa54c --- /dev/null +++ b/public/img/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/world-background.jpg b/public/img/world-background.jpg new file mode 100644 index 0000000..f1746ce Binary files /dev/null and b/public/img/world-background.jpg differ diff --git a/public/img/world-bg.jpg b/public/img/world-bg.jpg new file mode 100644 index 0000000..e9d44d1 Binary files /dev/null and b/public/img/world-bg.jpg differ diff --git a/public/img/y-combinator.svg b/public/img/y-combinator.svg new file mode 100644 index 0000000..7172e5d --- /dev/null +++ b/public/img/y-combinator.svg @@ -0,0 +1 @@ + -- cgit v1.2.3