Create skeleton admin menu for a Resources object
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 70/100
- Issue type
- Feature
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- laravel
- Domain
- backend
Research direction
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.
Written by the indexing model from the issue text.
Description
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
- Dominant language
- PHP
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from 2bnb/website
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
frontend
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
-
backend
Difficulty 3/5 1-2 days Newbie friendliness 40/100
Similar issues
-
priority: p3
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
googleapis/librarian#7636 ·
-
0. Needs triage bug
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
nextcloud/fulltextsearch#1011 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
phpstan/phpstan-doctrine#794 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
Automattic/static-site-importer#1767 ·