2bnb / 2bnb/website

Create skeleton admin menu for a Users object

Open Beginner friendly
#10 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
PHP
Stars
2
Forks
2
PR merge metrics
No merged PRs in 30d

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)

---
*Original: https://github.com/2bnb/website/projects/1#card-30533950*

Contributor guide

No contributing guide indexed for this repository

Research direction

Use `php artisan make:controller --resource` to generate a Users controller. Define a resource route in `routes/web.php` with a name. Create basic Blade view files (index, create, edit, show) in `resources/views/users/` that output the required fields. Verify the routes work by visiting `/users`.

Written by the indexing model from the issue text.

Assessment

Tech stack
laravel, php
Domain
api, backend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
75/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.