laravel5.0 bootstrap echarts 'auth\authcontroller', 'password' => 'auth\passwordcontroller',]);route::group(['prefix' => 'user', 'namespace' => 'user','middleware'=>'user'], function(){ route::get('/', 'usercontroller@index'); route::post('/', 'usercontroller@index'); route::get('/edit/{id}', 'usercontroller@edit'); route::post('/edit/{id}', 'usercontroller@edit'); route::get('/update/{id}', 'usercontroller@update'); route::post('/update/{id}', 'usercontroller@update'); route::get('/history/{id}', 'usercontroller@history'); route::post('/history/{id}', 'usercontroller@history'); route::get('/wealthadd/{id}', 'usercontroller@wealthadd'); route::post('/wealthadd/{id}', 'usercontroller@wealthadd'); route::get('/dowealthadd/{id}', 'usercontroller@dowealthadd');app/http/routes.php 154l, 5664c 1,1 顶端
复制代码
php, cms