onlineExam

http://laravel.com/

http://kejyun.github.io/Laravel-4-Docum ... roduction/
回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

onlineExam

文章 yehlu »

https://github.com/imladrisol/onlineExam

Laravel 5.2.x Call to undefined method Illuminate\Foundation\Application::bindShared() error

It's unclear from your post which package is causing the issue, but you could do a

代碼: 選擇全部

grep -rn bindShared * 
to find the file and line implementing bindShared().

To fix, change it to bind() and append TRUE before the closing paren, that will have the same behavior bindShared would otherwise have had.
回覆文章

回到「laravel」