class Brand_ModelController extends Controller

Traits

AuthorizesRequests
DispatchesJobs
ValidatesRequests

Methods

Response
__construct()

Display a listing of the resource.

index()

No description

Response
create()

Show the form for creating a new resource.

Response
store(Request $request)

Store a newly created resource in storage.

Response
show(int $id)

Display the specified resource.

Response
edit(int $id)

Show the form for editing the specified resource.

Response
update(Request $request, int $id)

Update the specified resource in storage.

Response
destroy(int $id)

Remove the specified resource from storage.

search(Request $request)

No description

Details

at line 15
Response __construct()

Display a listing of the resource.

Return Value

Response

at line 20
index()

at line 32
Response create()

Show the form for creating a new resource.

Return Value

Response

at line 44
Response store(Request $request)

Store a newly created resource in storage.

Parameters

Request $request

Return Value

Response

at line 62
Response show(int $id)

Display the specified resource.

Parameters

int $id

Return Value

Response

at line 74
Response edit(int $id)

Show the form for editing the specified resource.

Parameters

int $id

Return Value

Response

at line 92
Response update(Request $request, int $id)

Update the specified resource in storage.

Parameters

Request $request
int $id

Return Value

Response

at line 115
Response destroy(int $id)

Remove the specified resource from storage.

Parameters

int $id

Return Value

Response

Parameters

Request $request