Create skeleton admin menu for a Roles 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)
---
*Originals: https://github.com/2bnb/website/projects/1#card-30888822, https://github.com/2bnb/website/projects/1#card-30888764, https://github.com/2bnb/website/projects/1#card-30888750*
贡献指南
这个仓库没有索引到贡献指南
调研方向
Use `php artisan make:controller --resource` to generate a Roles controller. Define a resource route in `routes/web.php` with a named route. Create basic Blade view files (index, create, edit, show) in `resources/views/roles/` that output the required fields. Verify by checking the generated routes with `php artisan route:list`.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- laravel, php
- 领域
- api, backend
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 70/100