yii2-blog:Yii2的简单博客扩展

时间:2021-05-17 13:44:29
【文件属性】:
文件名称:yii2-blog:Yii2的简单博客扩展
文件大小:109KB
文件格式:ZIP
更新时间:2021-05-17 13:44:29
PHP Yii2博客 Yii2博客,用于其他应用程序,尤其是对于 安装 安装此扩展的首选方法是通过 。 无论运行 php composer.phar require --prefer-dist funson86/yii2-blog "dev-master" 或添加 "funson86/yii2-blog": "*" 到composer.json文件的require部分。 移民 迁移运行 yii migrate --migrationPath=@funson86/blog/migrations 在/common/config/main.php中重写配置url 'timeZone' => 'Asia/Shanghai' , //time zone affect the formatter datetime format 'components' => [ 'ur
【文件预览】:
yii2-blog-master
----.gitignore(6B)
----README.md(3KB)
----views()
--------frontend()
--------backend()
----Bootstrap.php(1KB)
----migrations()
--------m141208_201480_blog_init.php(6KB)
----composer.json(560B)
----models()
--------BlogCatalogSearch.php(2KB)
--------BlogTag.php(4KB)
--------BlogCatalog.php(10KB)
--------Status.php(946B)
--------BlogComment.php(4KB)
--------BlogTagSearch.php(1KB)
--------BlogPost.php(6KB)
--------BlogPostSearch.php(2KB)
--------BlogCommentSearch.php(2KB)
----messages()
--------zh-CN()
----Module.php(3KB)
----AutoloadExample.php(183B)
----widgets()
--------Alert.php(2KB)
--------views()
--------RecentPosts.php(726B)
--------RecentComments.php(793B)
--------HotPosts.php(688B)
--------SiteStat.php(1KB)
--------Links.php(774B)
--------TagCloud.php(962B)
--------Search.php(251B)
----assets()
--------AppAsset.php(672B)
--------default()
----controllers()
--------frontend()
--------backend()

网友评论