我正在使用laravel 5.1,因为我如何重定向到routes.php文件本身的特定post方法路由
(即)
<iframe width='500' height='294' src="https://www.youtube.com/embed/YykjpeuMNEk?&theme=dark&autohide=2&modestbranding=1&showinfo=0"frameborder="0"></iframe>
在那我怎样才能重定向到上面的路线。
答案 0 :(得分:0)
function postAdmin(){
//
}
Route::get('admin/attributevalue', postAdmin()) {
//
});
你可以在route.php
中这样做