2bnb / 2bnb/website

Create skeleton admin menu for a Resources object

未关闭 适合新手
#11 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement
主要语言
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-30888771, https://github.com/2bnb/website/projects/1#card-30888788*

贡献指南

这个仓库没有索引到贡献指南

调研方向

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.

由索引模型根据 Issue 内容生成。

评估

技术栈
laravel, php
领域
backend
Issue 类型
功能
难度
2/5
预计耗时
1-3 小时
活跃度
停滞
描述清晰度
描述清楚
新手友好度
70/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。