随笔分类 -  laravel/lumen

摘要:post表有这2个字段 填充20条数据, 阅读全文
posted @ 2017-10-20 21:25 spectrelb 阅读(188) 评论(0) 推荐(0)
摘要:官网链接 https://docs.golaravel.com/docs/5.2/installation/ 安装完成后,你应该指定 Web 服务器的网站根目录到 public 文件夹上。 所有 Laravel 框架的配置文件都放置在 config 目录下。 阅读全文
posted @ 2017-06-22 16:40 spectrelb 阅读(130) 评论(0) 推荐(0)
摘要:原文链接:http://www.jianshu.com/p/dc33f8ab0618 Lumen5.2 的Release Notes中官方明确的指出Lumen专注于构建无状态API,JSON API 服务,移除了session和view的支持,但其实view还是存在的,session确实真的被移除了 阅读全文
posted @ 2017-06-19 12:00 spectrelb 阅读(2583) 评论(0) 推荐(0)