laravel

    0熱度

    1回答

    我爲我的laravel項目使用引導程序4,但由於某種原因,它不能正常工作,我試圖設置一個類似這樣的帖子: 一列爲個人資料圖片col-md-1和11列是col-md-11後的其餘但由於某些原因,它原來是這樣 取而代之的是: 這怎麼可能?我有同樣的問題與另一頁,我的設置是這樣的 <div class="container first-container"> <div class="row"

    0熱度

    1回答

    我在驗證需要自定義規則的字段數組時遇到問題。我有以下驗證: $validator = Validator::make($request->all(), [ 'order' => 'required', 'service_id.*' => Rule::unique('order_services')->where('order_id', $request->order),

    0熱度

    1回答

    我想弄清楚如何設置我的郵件參數。 我有一個域名production.mydomain.be。我創建了一個郵件地址[email protected]。但我的問題是現在,我如何設置我的郵件參數?我選擇了sendmail還是smtp? Laravel文檔對sendmail/smtp沒有太多的說明。

    0熱度

    1回答

    使用Laravel 5並試圖將一些數據從我的網站發送到另一個,這爲我提供了REST API。但他們使用cookies作爲授權。目前,我已成功通過身份驗證。並堅持如何通過POST方法將此cookie發送到API接口?這是我的列表。 Thanx提前。 P.S.所有的事情都在控制器內進行。 if (Cookie::get('amoauth') !== null) { //COOKIE IS

    0熱度

    1回答

    林試圖查詢與列的表中調用完成和列稱爲follow_ups其他列中 - 使用laravel IM使用laravel模型試圖 select * from table where completed > follow_ups select * from table where completed = follow_ups IM運行以下 $followUps = TestFollowups::whe

    1熱度

    3回答

    我使用Laravel爲我的項目,並有一個MySQL表如下比較: | User_id | technology | years_experience | | 1 | PHP | 4 | | 2 | AngularJS | 2 | | 1 | HTML | 2 | 目前我使用一個標準在那裏查詢,只支持一個標準 Table::where([ ['technolog

    2熱度

    2回答

    試圖讓社交網站在我的應用程序上工作。 Facebook返回The parameter app_id is required錯誤。 路線: Route::get('/login/facebook', '\CommendMe\Http\Controllers\[email protected]'); Route::get('/login/facebook/callback', '\CommendM

    0熱度

    1回答

    我使用的是Laravel 5.5,我想顯示由最頻繁銷售的物品訂購的產品清單,因此我對shipping_detail表進行了關聯,但是我得到了錯誤。下面的代碼: Produk::select('product.*', \DB::raw('COUNT(shipping_detail.product_code) as total')) ->leftJoin('shipping_detail'

    0熱度

    1回答

    插入多個標籤,我想插入多個標籤一個帖子記錄,因此,這裏是我的郵編@店: $post = Post::create(array( 'title' => $request->title, 'body' => $request->body, 'user_id' => Auth::id(), )); if($post && $request

    1熱度

    1回答

    我想根據他的當前位置向訪客推薦他附近的酒店。我的問題是如何不登錄用戶的經緯度,以便我可以推薦他附近的酒店。 home.blade.php <script> if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(function (position) { console.log(