2bnb / 2bnb/website

Create skeleton admin menu for a Bots object

Abierto Apto para principiantes
#14 0 comentarios 0 reacciones 0 asignados Ver en GitHub
enhancement
Lenguaje dominante
PHP
Estrellas
2
Forks
2
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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-30889492*

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

Use `php artisan make:controller --resource` to generate a controller for a Bots resource. Define a named resource route in the routes file (likely 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.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
laravel, php
Área
api, backend
Tipo de issue
Nueva funcionalidad
Dificultad
2/5
Tiempo estimado
1-3 horas
Estado de actividad
Estancado
Claridad
Bien especificado
Aptitud para principiantes
65/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.