Recent Activity

No activity to show

把数据表cafes中,除主键id 以外的其他字段都设置为 允许为空 试试

5 years ago 评论 通过 Vue 组件、Vue Router、Vuex 和 Laravel 实现表单提交

windows系统需要写成 : "scripts": { "test" : [ "vendor\\bin\\phpunit" ],

5 years ago 评论 Laravel API 系列教程(一): 基于 Laravel 5.5 构建 & 测试 RESTful API

路由routes/api.php代码: $api->version('v1', function ($api) { $api->get('/tag/{id}', funct...

5 years ago 评论 使用 Dingo API 快速构建 RESTful API(四)—— 转化器篇(上):Fractal 简介及其使用入门

routes/api.php代码: $api = app(\Dingo\Api\Routing\Router::class); $api->version('v1',function ($...

5 years ago 评论 使用 Dingo API 快速构建 RESTful API(四)—— 转化器篇(上):Fractal 简介及其使用入门