1
0
Fork 0
heritage-wow/app/Http/Controllers
Henrik Hautakoski 52f565f04b app/Http/Controllers/ProfileController.php: in update() use Model::fill()
This is more generic as one only needs to add validated fields to Request object. and they will be saved automatically.
2021-07-22 18:50:13 +02:00
..
Admin Adding user handling pages for admins. 2021-07-15 15:39:25 +02:00
Auth app/Http/Controllers/Auth/OAuthController.php: check trashed records before trying to login via oauth. 2021-07-13 18:47:24 +02:00
CharacterController.php Character: add ability to edit a character. 2021-07-03 14:15:21 +02:00
CharacterProfessionController.php initial commit 2021-06-28 17:33:29 +01:00
Controller.php initial commit 2021-06-28 17:33:29 +01:00
ProfileController.php app/Http/Controllers/ProfileController.php: in update() use Model::fill() 2021-07-22 18:50:13 +02:00
RecipeController.php initial commit 2021-06-28 17:33:29 +01:00
UserController.php Add user page. 2021-07-21 18:57:10 +02:00