首页  软件  游戏  图书  电影  电视剧

请输入您要查询的软件:

 

软件 php后台管理系统_TP5admin v1.0 
内容 php后台管理系统_TP5admin是一个以thinkphp5框架+Bootstrap进行开发的后台管理系统,后台已做好菜单与权限管理,支持一个管理员多个组。这是我学习tp5用来练手用的。仅供参考使用!

环境:需在大于php5.4版本的环境下,软件才能正常运行。

安装步骤:
虚拟机配置,需要绑定到public目录中,这样比较安全.
Nginx虚拟机配置如下:
server {
listen 80;
server_name tp5admin.com;
root "/Users/mac/wwwroot/work/tp5admin.com/public";
location / {
index index.html index.htm index.php;
autoindex on;
if (!-e $request_filename) {
###一级目录下
rewrite ^/(.*)$ /index.php/$1 last;
###域名下的二级目录
#rewrite ^/目录名/(.*)$ /目录名/index.php/$1 last;
}
}
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;
}
}

window环境 LAMP 配置
1 在 C:\Windows\System32\drivers\etc\hosts文件底部添加
127.0.0.1 tp5admin.com
2 在httpd.conf 文件底部添加 tp5admin 网站配置
ServerName tp5admin.com
DocumentRoot C:\xampp\htdocs\tp5admin\public
3 重启apache 即可 运行tp5admin.com/admin 即可
标签 php后台管理,TP5admin
缩略图
软件名称 php后台管理系统_TP5admin v1.0
软件图标
软件大小 3.64MB
发布时间
软件平台
软件语言 简体中文
软件授权 免费软件
操作系统 php+mysql
系统类型
用户评分 3
软件版本
官方网站
官方网址
软件截图
软件总类 源码系统
软件大类 源码下载-php源码-整站系统
软件小类 整站系统
开发者
主办单位名称
ICP备案名
备案号
使用年龄
下载链接
攻略教程
详细介绍
操控设备
隐私政策
查看权限
敏感权限获取说明
软件类型 国产软件
安全警示 适度休息有益身心健康,请勿长期沉迷于使用电脑或刷手机。
随便看

 

传承兰台文化,共同保存历史记忆!兰台网收藏软件、游戏、图片、图书、电影、电视剧等互联网档案,是免费和可借阅文本、电影、音乐等档案的数字图书馆。

 

Copyright © 2004-2025 xlantai.com All Rights Reserved
更新时间:2025/5/6 3:41:26