Method |
Description |
|
__construct ( ) |
|
|
create ( ) : Response |
Show the form for creating a new post. |
|
destroy ( integer $id = null ) : Response |
Remove the specified post category from storage. |
|
edit ( integer $id ) : Response |
Show the form for editing the specified post. |
|
index ( ) : Response |
Display a listing of the posts-categories. |
|
show ( integer $id ) : Response |
Display the specified post. |
|
store ( ) : Response |
Store a newly created post in storage. |
|
update ( integer $id ) : Response |
Update the specified post category in storage. |
|