laravel

    2熱度

    1回答

    比方說,我們有表dog和breed與相應型號: class Dog extends Model { protected $table = 'dogs'; protected $fillable = [ 'name', 'breed_id' ]; protected $hidden = [ 'breed_id' ]; public fu

    0熱度

    1回答

    我剛剛切換到新版本的laravel,即5.3爲我的新項目。 一旦我需要向我的門戶客戶發送註冊郵件,其中註冊郵件包含使用Mail :: queue發送郵件的帳戶激活鏈接。 我生成使用url("activate/$random_string"); 該鏈接,它總是打印http://localhost/activate/$random_string_value 但我要的是, http://localhos

    2熱度

    1回答

    我想用Laravel發送我的發送郵件的動作database隊列 但是,這個過程仍然在我的瀏覽器中繼續,而不是在後面工作。 這是我的控制器 protected function importUserExcel(UploadedFile $file, Request $request){ $user_role = Role::where('name','=','user')->first(

    0熱度

    4回答

    我要添加到用戶的另一個細節,我所做的是我創造了我註冊一個額外的字段,以便它是這樣的: : <h1>Other Details</h1> <div class="form-group{{ $errors->has('phone') ? ' has-error' : '' }}"> <input id="phone" type="text" class="form-contro

    10熱度

    2回答

    我最近將Laravel 5.3升級到Laravel 5.4。我已經閱讀了laravel提供的升級指導,並且一切都很好。直到我嘗試運行Laravel Tinker並且它不工作。我已經按照升級指南專門爲Laravel Tinker部分。 Laravel廷克 爲了繼續使用補鍋匠工匠命令,你也 應該安裝laravel /鼓搗包: 作曲家需要laravel /鼓搗 一旦包有已經安裝,你應該在 你的confi

    0熱度

    2回答

    我想在laravel 5.4上安裝cartalyst/tags,但在composer install/composer update後出現一些錯誤。 這裏的錯誤: Loading composer repositories with package information Updating dependencies (including require-dev) Your requiremen

    0熱度

    1回答

    如何在yajra/laravel-datatables-oracle中禁用轉義字符串?版本:「dev-master」 http://take.ms/hKGEI

    0熱度

    1回答

    通常我們會將用戶重定向到登錄頁面,如果他嘗試訪問已通過身份驗證的路由。我想打開登錄模式,而不是將用戶重定向到登錄頁面。所以當他嘗試擊中路線時,登錄模式應該彈出。我如何在laravel中做到這一點?需要建議。

    0熱度

    1回答

    我得到的關係作爲laravel 5.3和工作正常: //execute the relation of the given model $data = $model->{$info["relation"]}(); // get the type of the relation $class = get_class($data); $dataType = explode("\\", $cl

    1熱度

    3回答

    我目前正在學習laravel和我的小項目,現在我遇到了一些小問題。 我試圖來處理URL即PHP輸入http://example.com/?page=post&id=1 我現在有這在我的控制器post.blade.php public function post($Request $request) { $page = $request->input('page'); $id_