-
2020-02-04 17:48:36
在lemobbs 春节版发布中回答:
face[微笑]
-
2020-02-05 09:59:18
在论坛贴无法显示?中回答:
哪个帖子呢
-
2020-02-15 15:09:05
在官方是否可以出一份开发流程吗?中回答:
这个还在整理中。有问题可以先在这里反馈,
-
2020-02-17 08:37:45
在社区插件--- lemocms 旗舰之作,中回答:
@lxj168 face[嘻嘻]
-
2020-02-17 17:21:14
在论坛贴无法显示?中回答:
ces
-
2020-02-17 17:37:20
在官方是否可以出一份开发流程吗?中回答:
face[微笑]
-
2020-02-21 11:26:58
在大家都想实现什么插件中回答:
很好的建议,这个cms中在开发
-
2020-02-21 12:24:42
在建议平台开发,会员上传插件功能,这样大家可以共用插件,中回答:
目前正在往这方面发展,很好,会员插件可以收费也可以免费,为大家共创收益
-
2020-02-26 22:08:30
在提示控制器不存在:app\index\controller\Admin中回答:
server {
listen 80;
server_name php.lemocms.cn;
root "D:\phpStudy\PHPTutorial\WWW/lemocms/public";
location / {
index index.html index.htm index.php;
#autoindex on;
}
location ~ \.php(.*)$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_split_path_info ^((?U).+\.php)(/?.+)$;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;
include fastcgi_params;
}
}
-
2020-02-26 22:16:59
在建议平台开发,会员上传插件功能,这样大家可以共用插件,中回答:
face[微笑]