laravel

    -1熱度

    1回答

    如何顯示在laravel 5.1成功消息成功消息,並在那裏打電話,這個人是加入我的刀片頁 <div class="alert-success" id="popup_notification"> <strong>{!! trans('main.message') !!}</strong> {{ Session::get('success') }} </div>

    0熱度

    2回答

    連接sparkpost和laravel後,我遇到這個錯誤。我只想在本地部署此應用程序以用於開發目的(本地主機)。我目前沒有任何域名。這個錯誤是否與域名安裝有關?謝謝,請引導我。 我看到的錯誤是這樣的: Client error: POST https://api.sparkpost.com/api/v1/transmissions resulted in a 400 Bad Request res

    -7熱度

    1回答

    選擇t.product_id,t.on_hand,t.created_at , (SELECT MAX(purchase_id)作爲PID FROM table集團由PRODUCT_ID)TG 其中t .purchase_id = tg.pId

    2熱度

    3回答

    我有這個字符串: $mystring = "SIZE,DETAIL"; 而且I'm使用: @if (strpos($mystring, 'SIZE')) {{ $item->size }} @endif @if (strpos($mystring, 'DETAIL')) {{ $item->detail }} @endif 但這個工作正常大小,但不與細節。 這

    0熱度

    2回答

    我想使用語義UI,它是模態的。 雖然我無法得到它的工作,但我正確地包括jQuery和semantic.js,但是當我的fn調用模態時,它不顯示。 <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta

    0熱度

    1回答

    我有這個疑問 public function index() { $properties = PropertyDetail::query()->with('propLocation'); $properties->where('type', Input::get('unitType')); $properties->where('purpose', Input::

    0熱度

    2回答

    要求我怎樣才能得到所有的請求名稱裏面控制器$validator->fails() $validator = Validator::make($request->all(), [ 'patient_uname' => 'required|max:255|Alpha', 'patient_pass' => 'required|max:255|Alpha' ]); if ($v

    2熱度

    1回答

    我正在使用Laravel 5.3,我試圖使用HasManyThrought關係與where聲明,但我不知道如何實現該目標。 所以我有這些表: Users: +----+-------+ | id | name | +----+-------+ | 1 | James | +----+-------+ Orders: +----+---------+------------+ |

    0熱度

    2回答

    登錄或從數據庫中提取數據時出現以下錯誤。在Connection.php線770 查詢異常:找不到 司機 - >我已經嘗試了所有的解決方案,如.ENV,database.php中和auth.php文件數據庫聲明。 See screenshot

    1熱度

    2回答

    我使用Laravel 5.3。我想使用表單驗證來測試用戶密碼的散列。 這裏是我的代碼: $validator = Validator::make($request->all(), [ 'old_password' => 'required|max:20|min:6', 'new_password' => 'required|max:20|min:6', 'new_pa