Route pattern cannot reference variable name more than once
在用 Laravel Backpack 寫一個定制化的 CRUD 頁面。例如,一個指定店鋪所擁有的商品的 CRUD 頁面。
起初路由我是這樣寫的
CRUD::resource(‘products-of-store/{store_id}‘, ‘ProductCrudController‘);
報錯
Route pattern "/products-of-store/{store_id}/{{store_id}}" cannot reference variable name "store_id" more than once.
解決方法,Route 調整為
CRUD::resource(‘store/{store_id}/products‘, ‘ProductCrudController‘);
即,Route 的最後設置為一個非變量。
出錯的原因
我覺得是 resource 會自動將 route 最後的那個單詞作為變量,所以出現了報錯日誌中的變量名重復的問題。
Route pattern cannot reference variable name more than once
相關推薦
Route pattern cannot reference variable name more than once
一個 頁面 more store rod ren 定制化 ack ont 在用 Laravel Backpack 寫一個定制化的 CRUD 頁面。例如,一個指定店鋪所擁有的商品的 CRUD 頁面。 起初路由我是這樣寫的 CRUD::resource(‘products-of
Cannot generate variable name for non-typed Collection parameter type] with root cause
1.問題描述: 前端在呼叫後端的時候,報500 nested exception is java.lang.IllegalArgumentException: Cannot generate variable name for non-typed Collection paramet
POSTGRESQL table name specified more than once
背景 我們可以用UPDATE SET FROM WHERE 語句來關聯表更新資料。例如:有這樣一個需求:兩個表A和B,想使A中某些欄位值等於B表中對應ID的欄位值。如果update語句如下,會出現 table name specified more than on
Error:Makefile:452: target 'config' given more than once in the same rule
dep nor The rul 工具 sta const bsp 出現 在解壓的 linux2.6.15 文件夾下 make menuconfig 的時候出現下面的錯誤: Makefile:452: target ‘config‘ given more than
angularJs報錯Warning: Tired to load angular more than once
自己正在做一個小網站,使用Angular JS + Express JS + Mongo DB,在開發過程中,遇到一些問題,所以整理出來。希望對大家都有幫助。 這是今天解決的一個問題,Angular JS丟擲Warning: Tired to load angular more than o
git配置中出現多個重復名字:More than one value for the key user.name
for val config repl -s user nvic -c 區域 #### 查看配置```git config --list``` #### 查看所有的名稱```git config --get-all user.name``` #### 查
error: L6235E: More than one section matches selector - cannot all be FIRST/LAST.
編譯環境:RVMDK CPU :STM32F103VC 錯誤:.\obj\movSERVO.sct(7): error: L6235E: More than one section matches selector - cannot all be FIRST/LAST. 原因:專案中同時包含以下啟動檔案
Error:(3, 12) Implementation restriction: case classes cannot have more than
構建DataFrame引數大於22(反射方式) 一.直接上程式碼 package com.etlstu import java.util.Properties import com.utils.NBF import com.utilsStu.logmetadata import o
When it comes to smartphone lifespan, brand name matters more than hardware: Popularity of iPhone contributes to its longevity
Yet while many consumers clamor for increased "repairability" -- and thus longer lifespans -- for these devices, a new Yale-led study finds that there is
binascii.Error: Invalid base64-encoded string: number of data characters (25) cannot be 1 more than a multiple of 4
nco python multi code bin valid set utf .get Python Django 中set_cookie get_cookie 出現這種錯誤 b‘5Lit5paHdXRmLTjljrvmjoli‘ 打印看多了個b ,bytes
mysql報錯Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage
.cn nbsp 導致 variable ria sed size log more mysql報錯Multi-statement transaction required more than ‘max_binlog_cache_size‘ bytes of storage
Subquery returns more than 1 row查詢結果多於一行
size turn article family ims con -c otto color 例如 :WHERE(" use_id =(select user_id from store_staff where store_id="+ store_id + ")");
tomcat server 報錯之 More than the maximum allowed number of cookies
int str sock lar time color errors round pin More than the maximum allowed number of cookies EVERE: Error processing request java.lang.
python爬取豆瓣小組700+話題加回復啦啦啦python open file with a variable name
技術分享 ash 寫入 blog ima ron tar 回復 -128 需求:爬取豆瓣小組所有話題(話題title,內容,作者,發布時間),及回復(最佳回復,普通回復,回復_回復,翻頁回復,0回復) 解決:1. 先爬取小組下,所有的主題鏈接,通過定位nextp
More than the maximum number of request parameters
必須 導致 png deb .cn 好的 attr sina ram 前些時間,我們的的一個管理系統出現了點問題,原本運行的好好的功能,業務方突然講不行了,那個應用已經運行了好多年了,並且對應的代碼最近誰也沒改動過,好奇怪的問題,為了解決此問題,我們查看了日誌,發現請求的參
[LeetCode] Employees Earning More Than Their Managers
tco mysql leetcode code hold ger sam class statement The Employee table holds all employees including their managers. Every employee has
[LeetCode] Classes More Than 5 Students
sel eight cat eas distinct classes mys not sql There is a table courses with columns: student and class Please list out all classes which
Zabbix alerter processes more than 75% busy
zabbix alerter一、故障現象:昨天淩晨,手機收到幾十條zabbix告警信息,告警內容如下:Zabbix alerter processes more than 75% busy二、分析原因:1、zabbix的後端數據庫卡了(因為查看了下計劃任務,晚上的確有個清理表空間的調度),有可能在MySQL鎖
“Zabbix poller processes more than 75% busy”警報問題解決
res con 一行 def process rtp star 影響 直接 Zabbix的監控警報各種有,但我使用碰到最多的幾個莫過於內存耗盡,網絡不通,IO太慢還有這個“Zabbix poller processes more than 75% busy”了。一開始的時候
OperationFailed Sort operation used more than the maximum 33554432 bytes of RAM. Add an index, or specify a smaller limit
imu command mongo sed 大內存 gson style fan index 按照錯誤提示,知道這是排序的時候報的錯,因為 mongo 的 sort 操作是在內存中操作的,必然會占據內存,同時mongo 內的一個機制限制排序時最大內存為 32M,當排序的