Create skeleton admin menu for a Users object
- 主要语言
- PHP
- 星标
- 2
- 派生
- 2
- PR 合并指标
- 30 天内没有已合并 PR
描述
This should have basic resource routes and controllers. Create controller using `php artisan make:controller --resource` to have all the typical controller resource handling generated for you.
- [ ] Controller
- [ ] Route (use named routes)
- [ ] Views (create the most basic views, literally just spit out the required fields or lists and that's it. We'll stylise these in the future)
---
*Original: https://github.com/2bnb/website/projects/1#card-30533950*
贡献指南
这个仓库没有索引到贡献指南
调研方向
Use `php artisan make:controller --resource` to generate a Users controller. Define a resource route in `routes/web.php` with a name. Create basic Blade view files (index, create, edit, show) in `resources/views/users/` that output the required fields. Verify the routes work by visiting `/users`.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- laravel, php
- 领域
- api, backend
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 75/100