Create skeleton admin menu for a Resources object

Open Beginner friendly
#11 0 comments 0 reactions 0 assignees View on GitHub

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

enhancement

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from 2bnb/website

All issues in 2bnb/website

Similar issues

More PHP issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.