Eloquent 模型,功能强大的查询构建器 <?php namespace App; use Illu…
月份:2019年6月
laravel之DB门面&查询构造器 操作数据库
门面DB DB::select(‘select * from users where id = :id’, […
安装 pdo_mysql 扩展
php7之后默认没有 pdo_mysql 扩展 查看是否安装,或者phpinfo查看 php -m | gr…
nginx配置问题
File not found. nginx, error.log FastCGI sent in stderr…
Linux下全局安装composer方法
下载composer, mv 到 /usr/local/bin 下 curl -sS https://getc…
linux安装node
node下载地址:https://nodejs.org/en/download/ 直接使用已编译好的包 Nod…