laravel-5.3

    0熱度

    2回答

    X,Y和Z有一些單獨金額的表。 的樣本數據: Name | Amount | Date —————|————————|————————— X | 100 | 15-11-17 Y | 50 | 15-11-17 X | 50 | 15-11-17 Z | 70 | 15-11-17 Z | 30 | 15-11-17 現在我要顯示一個

    0熱度

    3回答

    我的控制器是這樣的: <?php use App\Http\Requests\StoreReceiveOrderRequest; class SellController extends Controller { public function receiveOrder(StoreReceiveOrderRequest $request) { dd($requ

    0熱度

    1回答

    我的SQL查詢顯示在phpMyAdmin正確的,但是當我在laravel 5.4項目中使用它,它會顯示錯誤 SQLSTATE [42000]:語法錯誤或訪問衝突:1055 'project_management.addprojects.id'不在GROUP BY中(SQL:SELECT DISTINCT addprojects.id,addprojects.emp_id,sum(tasks.tas

    0熱度

    1回答

    這是我的結果樹,我想通過「LANGUAGE_CODE」過濾領域一個特定的字段進行篩選像陣列樹 "theme_detail": [ { "id": 1, "parent_theme_id": null, "image_url": "no_image", "index_value": 1, "status":

    0熱度

    1回答

    當我嘗試從數據庫檢索圖像時出現此錯誤,我只想打印出我的視圖中的簽名圖像,可以有人幫忙嗎?我聽說這個文件可能被破壞了,或者它也無法解碼base64,但我看到它們使用編碼嗎? (相當困惑在做什麼)在此先感謝 我通過用戶輸入將我的圖像保存到數據庫中,並將它以二進制格式存入數據庫。 ($表 - >二進制( '簽名');) 控制器 public function getInfo($id) {

    2熱度

    3回答

    有沒有辦法實現的可選凡在Laravel,這是我的查詢 $people = \App\people::query() -> select ('people.name', 'people.username', 'price', 'service','people.city', 'people.streetaddress', 'people.postalcode', DB::raw("GRO

    0熱度

    1回答

    我使用Laravel 5.3 我的控制器是這樣的: auth()->user()->notify(new ConfirmOrder($invoice)); 我通知如下: <?php ... class ConfirmOrder extends Notification implements ShouldQueue, ShouldBroadcast { use Queueable

    0熱度

    1回答

    我有參數傳遞給自定義指令的問題,我寫道: 這是我經過: @renderblocks($設備類型,$ subBlocksIds,$ allBlocks) 首先是隻是一個字符串,第二個數組數組,第三個模型的Eloquent數組。 當我嘗試使用的參數以及後來我遇到一個問題: Blade::directive('renderblocks', function ($expression) { l

    0熱度

    1回答

    如果account_name字段不具有值「0」,那麼我需要一個字段項目。我想要驗證此方案在laravel eg if account_name = '0' -project_name field is not required if account_name = '1' - project_name field is required $this->validate($reques

    2熱度

    1回答

    所以我有一個應用程序需要發送數據到由我們的團隊負責人使用NodeJS與Express.js創建的API。 在我的結尾,我有laravel應用程序使用VueJS的用戶界面。在Vue JS組件中。我正在使用axios向API請求。 axios.post('https://clearkey-api.mybluemix.net/sendcampaign', request) .then(f