Create skeleton admin menu for a Bots object
- Lingua principale
- PHP
- Stelle
- 2
- Fork
- 2
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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*
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- laravel, php
- Ambito
- api, backend
- Tipo di issue
- Funzionalità
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Stato di attività
- Ferma
- Chiarezza
- Specificata chiaramente
- Idoneità per principianti
- 65/100