InventoryController
class InventoryController extends Controller
Traits
Methods
Create a new controller instance.
Display a listing of the resource.
Show the form for creating a new resource.
Store a newly created resource in storage.
Display the specified resource.
Show the form for editing the specified resource.
Update the specified resource in storage.
Remove the specified resource from storage.
Search state from database base on some specific constraints.
Load image resource.
Details
at line 23
void
__construct()
Create a new controller instance.
at line 33
Response
index()
Display a listing of the resource.
at line 55
Response
create()
Show the form for creating a new resource.
at line 75
Response
store(Request $request)
Store a newly created resource in storage.
at line 97
Response
show(int $id)
Display the specified resource.
at line 109
Response
edit(int $id)
Show the form for editing the specified resource.
at line 135
Response
update(Request $request, int $id)
Update the specified resource in storage.
at line 160
Response
destroy(int $id)
Remove the specified resource from storage.
at line 174
search(Request $request)
Search state from database base on some specific constraints.
at line 206
Response
load(string $name)
Load image resource.