Add Blog functionality: Created BlogController with index and show methods, added blog views, and integrated localization for meta tags. Updated routes to include blog paths.
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// Navigation & list
|
||||
'nav-blog' => 'Blog',
|
||||
'meta-index-title' => 'Blog',
|
||||
'meta-index-description' => 'Latest posts',
|
||||
'empty' => 'No posts yet.',
|
||||
|
||||
// Module labels
|
||||
'title' => 'Blog Posts',
|
||||
'navigation_label' => 'Blog',
|
||||
'model_label' => 'Blog Post',
|
||||
|
||||
Reference in New Issue
Block a user