App\Http\Controllers\ProfileController Class Reference
This controller handles all actions related to User Profiles for the Snipe-IT Asset Management application. More...
Inheritance diagram for App\Http\Controllers\ProfileController:

Public Member Functions | |
getIndex () | |
Returns a view with the user's profile form for editing. More... | |
postIndex () | |
Validates and stores the user's update data. More... | |
Detailed Description
This controller handles all actions related to User Profiles for the Snipe-IT Asset Management application.
- Version
- v1.0
Definition at line 18 of file ProfileController.php.
Member Function Documentation
App\Http\Controllers\ProfileController::getIndex | ( | ) |
Returns a view with the user's profile form for editing.
- Since
- [v1.0]
- Returns
- View
Definition at line 27 of file ProfileController.php.
App\Http\Controllers\ProfileController::postIndex | ( | ) |
Validates and stores the user's update data.
- Since
- [v1.0]
- Returns
- Redirect
Definition at line 42 of file ProfileController.php.
The documentation for this class was generated from the following file: