源码 | php后台管理系统_TP5admin v1.0 |
图标 | ![]() |
分类 | 源码下载-php源码-整站系统 整站系统 |
语言 | 简体中文 |
大小 | 3.64MB |
软件类型 | 国产软件 |
发布时间 | |
用户评分 | 3 |
备案号 | |
官方网址 | |
软件授权 | 免费软件 |
操作系统 | php+mysql |
厂商 | |
下载 | ![]() |
介绍 |
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 即可 |
截图 | |
随便看 |
|
网盟提供免费网站源码下载(asp源码,php源码,.net源码),源码动态,使用教程和源码评测;为站长推介有价值的源码,为开发者宣传源码作品。