Initial baseline: LaraBlog core with plugin commerce surface.

Captures the current working tree after theme slots, ArticleAccess, and the payment / paid-content plugins so subsequent work has a reviewable git history.
This commit is contained in:
ak
2026-08-12 01:15:38 +08:00
commit 263b98b218
337 changed files with 31393 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
<?php
return [
'nav' => [
'home' => 'Home',
'archives' => 'Archives',
'tags' => 'Tags',
'comments' => 'Comments',
'links' => 'Links',
'search' => 'Search',
'login' => 'Login',
'register' => 'Register',
'profile' => 'Profile',
'logout' => 'Log out',
],
'sidebar' => [
'categories' => 'Categories',
'subscribe' => 'Subscribe',
'empty_category' => 'No categories',
],
'article' => [
'toc' => 'Contents',
'password_error' => 'Incorrect password',
'paywall_title' => 'Paid content',
'paywall_hint' => 'Purchase to read the full article.',
'buy' => 'Buy now',
],
'common' => [
'pinned' => 'Pinned',
'reads' => 'views',
'no_posts' => 'No posts yet',
'no_posts_hint' => 'Publish from admin or run db:seed.',
'comments' => 'Comments',
'no_comments' => 'No comments yet.',
'submit_comment' => 'Submit',
'nickname' => 'Name',
'website' => 'Website',
'content' => 'Content',
'password' => 'Password',
'unlock' => 'Unlock',
'password_protected' => 'This post is password protected.',
'theme' => 'Theme',
],
];