Method | Description | |
---|---|---|
__construct ( ) | ||
create_folder ( ) | ||
destroy ( integer $id = null ) : Response | Remove the specified media_entry from storage. | |
edit ( integer $id ) : Response | Show the form for editing the specified media_entry. | |
folder_contents ( ) | ||
index ( ) : Response | Show the form for creating a new media_entry. | |
show ( integer $id ) : Response | Display the specified media_entry. | |
store ( ) : Response | Store a newly created media_entry in storage. | |
update ( integer $id ) : Response | Update the specified media_entry in storage. |
public index ( ) : Response | ||
return | Response |
public store ( ) : Response | ||
return | Response |