Anyone have any idea's on this?
Oct 8, 2014
4
Level 51
Folders and Docs
What is the best way to achieve this- http://cl.ly/image/1a0P1U2Y3N2q
I've built a mini cms and the client wants to upload specific docs to specific folders which I've done, but then showing this within the CMS like the attached image, how would I do this?
Level 65
I did something similar. Have a folder/category table and relate that to files. Then in the view just grab folders/categories that ->with('files') or ->whereHas('files') etc. Then you can make a view when clicked in a certain folder to show files that have that folder.
Please or to participate in this conversation.