Skip to main content
博客
div+css 博客
javascript 博客
vue 博客
php 博客
微信 博客
php
drupal
composer
thinkphp
onethink
laravel
Swoole
dedecms
magento
smarty
ecshop
zencart
joomla
discuz
wordpress
yii
微信
抖音
ci
weiphp
destoon
python
plone
apache
nginx
cache
memcache
redis
div+css
javascript
jquery
typescript
Vue.js
Amaze
zepto
react
underscore
backbone
angular
lodash
layui
js特效
vbscript
photoshop ai
sql
mysql
mssql
oracle
regular
node.js
腾讯开放平台
dreamweaver
linux
seo
app
asp及asp.net
flash
iis
java
mac
wap
windows
dos
其它
浏览器
网络
AD域
虚拟机
AC
简写翻译
欢迎各位兄弟 发布技术文章
这里的技术是共享的
个人技术网_前端_后台_php_div_css_linux_javascript_seo
搜索表单
搜索
用户登录
用户名
*
密码
*
重设密码
You are here
首页
求助。执行composer update 和 php artisan clear-compiled的问题
星期日, 2016-04-17 09:40 —
shiping1
我用的国内镜像安装成功后
执行 composer update 和 php artisan clear-compiled都会报错
麻烦大神给看一下是什么原因
helloworld6888
1.把vendor目录下面的compiled.php文件重命名;
再依次运行以下命令
php artisan clear-compiled
php artisan optimize
composer update
来自
http://wenda.golaravel.com/question/875
普通分类:
laravel
helloworld6888
php artisan clear-compiled
php artisan optimize
composer update