Create skeleton admin menu for a Roles object
- Ngôn ngữ chính
- PHP
- Star
- 2
- Fork
- 2
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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*
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
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`.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- laravel, php
- Lĩnh vực
- api, backend
- Loại issue
- Tính năng
- Độ khó
- 2/5
- Thời gian dự kiến
- 1-3 giờ
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Đặc tả rõ ràng
- Mức phù hợp với người mới
- 70/100