问答详情
源自:3-1 路由

The requested URL /manage was not found on this server.

Route::get('manage', 'ManageController@index');

<?php

namespace App\Http\Controllers;

class ManageController extends Controller{

    public function index(){

        return "yes";

    }

}


提问者:风疏 2018-07-22 19:04

个回答

  • 鼠小
    2018-07-24 17:48:50

     你这个跳转应该没问题,,是不是路径的上下文写错了,,也就是【/manage 】前面的路径