Create skeleton admin menu for a Roles object
- Langage dominant
- PHP
- Étoiles
- 2
- Forks
- 2
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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-30888822, https://github.com/2bnb/website/projects/1#card-30888764, https://github.com/2bnb/website/projects/1#card-30888750*
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Use `php artisan make:controller --resource` to generate a Roles controller. Define a resource route in `routes/web.php` with a named route. Create basic Blade view files (index, create, edit, show) in `resources/views/roles/` that output the required fields. Verify by checking the generated routes with `php artisan route:list`.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- laravel, php
- Domaine
- api, backend
- Type d'issue
- Fonctionnalité
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- Clairement spécifiée
- Accessibilité débutants
- 70/100