1
我最近開始使用TwigBridge的新項目。現在我想在我的樹枝文件中使用form_open
,但是出現form_open
是無效函數的錯誤。Laravel 5.2樹枝橋「未知」form_open「功能」
我使用它的方式:
{{ form_open({'id': 'survey-form', 'method': 'POST'}) }}
從我的作曲要求:
"rcrowe/twigbridge": "^0.9.2",
"laravelcollective/html": "5.2.*"
我跟所有的指令形成https://laravelcollective.com/docs/5.2/html包括表格功能。有沒有人有任何想法如何解決這個問題?
使用窗體::打開不form_open – Mojtaba
@Mojtaba'::'不可能與小枝 –