added feature for binding form to page and fixing bugs

This commit is contained in:
F4ilji
2025-04-22 21:15:03 +05:00
parent aea6304ac4
commit 45c84e7ffb
12 changed files with 107 additions and 9 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ class MainController extends Controller
$educations = $this->getEducationsData();
$posts = Cache::remember('recent_posts', now()->addHour(), function () {
$posts = Cache::remember('posts_recent', now()->addHour(), function () {
return $this->getRecentPosts();
});