要在命令行中使用PHP的话先将php.exe放入全局变量 这样方便一些。 然后在thinkphp5根目录下执行命令:
php think make:controller app\index\controller\Blog 再注册一个资源路由:
Route::resource('blog','index/Blog');