比如 我的域名为 explame.com, nginx 里网站目录指向 public,nginx中默认文档已设为index.html 在public目录下有个 index.html 我想在直接访问 http://explame.com 时,能显示静态index.html里的内容,而不必再经由webman路由 upstream webman { server 127.0.0.1:8788; } server {...
添加一个类似thinkphp的input方法 在app/functions.php里加上 function input($name, $default = null) { return request()->input($name, $default ); }...
我想到的有: 1、做个基类在其中判断,然后需要用到的地方继承; 2、论坛里提到的,在全局中间件里做控制器判断,进行排除。 还有什么好办法?还望大佬指导!...
问题描述 插件在第一次安装时一切都是正常的,但是卸载composer包的时候会报错,插件所产生的配置文件也不会被删除干净(有时会,有时不会,暂且认为不会),具体的操作步骤及报错信息如下: composer remove webman/think-cache ./composer.json has been updated Using version ^1.0 for webman/think-cache ./...