數據庫問題
奇怪了,我的laravel版本是5.2.1 當我調用DB::方法的時候,不管是insert還是select 都報方法找不到?跳進去看下只有這一個方法class DB extends Facade { ? ?/** ? ? * Get the registered name of the component. ? ? * ? ? * @return string ? ? */ ? ?protected static function getFacadeAccessor() ? ?{ ? ? ? ?return 'db'; ? ?} }求解答......
2017-03-20
DB類沒有引入吧?