2bnb / 2bnb/website

Create skeleton admin menu for a Resources object

Đang mở Phù hợp với người mới
#11 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
enhancement
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-30888771, https://github.com/2bnb/website/projects/1#card-30888788*

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 resource controller for a Resources object. Define a named resource route in the routes file (likely `routes/web.php`). Create basic Blade view files (index, create, edit, show) that output the required fields. Check the Laravel documentation on resource controllers and routing to understand the structure.

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
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

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.