laravel 依赖注入
摘要:<?php interface Animal{ public function attack(); public function talk(); }class People implements Animal{ public $month; public $hand; public functio
阅读全文
posted @
2019-10-19 12:59
paulversion
阅读(422)
推荐(0) 编辑
laravel5.8 编译laravel mix
摘要:如果第一次无需执行(如果编译的时候出错再次执行才需要) 1:rm -rf node_modules 更改镜像为淘宝镜像 2:yarn config set registry https://registry.npm.taobao.org 3:SASS_BINARY_SITE=http://npm.t
阅读全文
posted @
2019-10-14 10:48
paulversion
阅读(232)
推荐(0) 编辑