Activisme-be / Activisme-be/Spoon
Cruddy by design
- Dominant language
- PHP
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
:warning: The following controllers contain actions outside of the 7 resource actions (`index`, `create`, `store`, `show`, `edit`, `update`, `destroy`). For more details, review [the docs](https://laravel.com/docs/5.7/controllers#resource-controllers) or watch [Cruddy by Design](https://www.youtube.com/watch?v=MF0jFKvS4SI) to see if you can rework these into *resource controllers*.
- [ ] app/Http/Controllers/ActivityController.php
- [ ] app/Http/Controllers/Auth/PasswordSecurityController.php
- [ ] app/Http/Controllers/Auth/TwoFactorResetController.php
- [ ] app/Http/Controllers/HomeController.php
- [ ] app/Http/Controllers/NotificationController.php
- [ ] app/Http/Controllers/Users/AccountController.php
- [ ] app/Http/Controllers/Users/IndexController.php
Contributor guide
Assessment
This issue has not been assessed yet.