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