写PHP的,也没啥
这个具体看你 用的 laravel 版本
默认是线上环境才发送错误的吧
啥爆笑虫子?laravel artist 的组合词
laravel 项目默认使用的是 public 目录下的 index.php 作为入口文件,看一下这个
https://www.laravist.com/series/deploy-laravel-app-on-vps
一条数据直接加。多条数据直接使用 map 就好了
你看看这个系列,很有帮助的
https://www.laravist.com/series/refactoring-loops-with-collection
debian 我不太熟悉,估计是你的配置文件有错吧。
你执行 nginx -t 看看有什么配置错误没
你看看这个
https://laravel.com/docs/5.4/migrations#columns
配置不同的 server:
server { root /www/object1/public } server { root /www/object2/public }
这个我不知道,估计是数组和字符串搞混了
设置多个 server 应该就可以了:
server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name domain-a.com; } server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name domain-b.com; }
IDE 是 PhpStorm,主题是这个
https://github.com/daylerees/material-peacock