Property | Type | Description | |
---|---|---|---|
$type |
Method | Description | |
---|---|---|
__construct ( ) | ||
create ( ) : Response | Show the form for creating a new post. | |
destroy ( integer $id = null ) : Response | Remove the specified post from storage. | |
edit ( integer $id ) : Response | Show the form for editing the specified post. | |
index ( ) : Response | Display a listing of the posts. | |
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 in storage. |
public create ( ) : Response | ||
return | Response |
public store ( ) : Response | ||
return | Response |