文章分类 - laravel
摘要:php5.3以后支持 $test=function()use($name){ echo'hello world'.$name; } $name 为外部传参
阅读全文
摘要:表结构 article(id,title,creatTime) t_type(id,name) industry(id,name) 中间表 t_type_articles(id,t_type_id,artcle_id) article_industry__rel(id,industry_id,art
阅读全文
摘要:1.捕获没有连接的空路由 在app/exception/handle.php class Handler 下下面的render方法 修改为 2.返回JSON 在controller中处理方法中return response()->json($this->res);
阅读全文

浙公网安备 33010602011771号