thinkphp5.0模块不存在,nginx配置问题
项目是接收别人的项目,他全部请求都写index.php,但是一访问的话就报模块不存在inex.php,他把index.php当成了模块,现在不想改代码,想在nginx上入…
homestead运行thinkphp6队列显示redis扩展未安装
本地开发环境采用的是homestead,之前做项目一直都是laravel,用laravel做redis驱动的队列是完全没问题的,但是一用thinkphp的redis驱动队列就一直报…
Homestead 端口转发问题?
假设有两个项目。Homestead.yaml 文件如下 sites: - map: homestead.app to: /home/vagrant/Code/Laravel/public - map: another.app to: /home/vagr…
Mac下安装Homestead, vagrant up报错: Cannot register the hard disk
Mac下,安装Laravel运行环境Homestead vagrant up报错 jasondeMacBook-Pro:Homestead jason$ vagrant up There was an errorwhile executing VBoxMan…
laravel homestead环境链接mysql出错
后台登录,出现错误提示 SQLSTATE[HY000] [2002] Connection refused (SQL: select * from admins where id = 1 limit 1) .env配置 znspt.test(本地…
mac 运行homestead
homestead-7: You are running composer as "root", while "/home/vagrant/.composer" is owned by "vagrant" homestead-7: You are already using c…
laradock 如何让php-fpm下的配置文件(opcache.ini)修改后同步到容器中?
我修改了opcache.ini文件,配置如下 NOTE: The actual opcache.so extention is NOT SET HERE but rather (/usr/local/etc/php/conf.d/docker-php-e…
vagrant up提示:Timed out while waiting for the machine to boot.
问题描述 homestead安装后vagrant up提示: 网上答案: 但是我的Vagrantfile配置文件却是如下: # -*- mode: ruby -*- # vi: set ft=ruby : require …
vagrant 创建 add laravel 报错
我在win10 系统想要安装homestead来运行laravel,但是刚安装好,第一步 vagrant box add laravel/homestead这个代码就报错了 错误内容: PS C:WINDOWSsy…
homestead执行npm run dev 报错missing script: dev
使用homestead的时候,执行npm run dev ,各种错误: Cannot find module node_modules/cross-env/dist/bin/cross-env.jsnpm i cross-env peer indep…
win10 上phpstorm使用powershell的问题?
使用windows+R 输入powershell 然后启动homestead 然后在phpstorm中打开终端,终端使用powershell的安装路径 输入homestead ssh 提示 没有启动 在外…
请问在 Homestead 中怎么配置 Redis ?
在官方文档中,没有找到 Redis 的配置 ,应该怎么配置 ? 补充 :在 Redis 的配置文件中配置 requirepass ,但是这个 Redis 是在 Homestead 上的,而…
Homestead 如何配置 HTTPS?
由于 Chrome 从V63版本起会自动跳转 Https,所以我希望将Homestead 内的站点更新至 Https。 先是翻阅了 Laravel/Homestead 的文档,但是并没有找到 SS…
安装homestead遇到的问题,如下报错怎么解决?
Failed to connect to vagrantcloud-files-production.s3.amazonaws.com port 443: Timed out $ vagrant box list laravel/homestead (virtualbox, 0…