Recent Activity
No activity to show
Alex
User for 5 years
Viewer
5 years ago 评论 通过 Vue 组件、Vue Router、Vuex 和 Laravel 实现表单提交把数据表cafes中,除主键id 以外的其他字段都设置为 允许为空 试试
5 years ago 评论 Laravel API 系列教程(一): 基于 Laravel 5.5 构建 & 测试 RESTful APIwindows系统需要写成 : "scripts": { "test" : [ "vendor\\bin\\phpunit" ],
5 years ago 评论 使用 Dingo API 快速构建 RESTful API(四)—— 转化器篇(上):Fractal 简介及其使用入门原来如此,哈哈,谢谢啦,搞定了
5 years ago 评论 使用 Dingo API 快速构建 RESTful API(四)—— 转化器篇(上):Fractal 简介及其使用入门路由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 ($...