javascript - Laravel 5 display structure of tree in view -


i have little problem. have 3 tables in database:

  1. directory enter image description here

  2. directory_relations enter image description here

  3. videos (here data video: name,size) data should print in directory video added.

my question how have print in view. structure of should like:

enter image description here

of course can lot of subfolder.

thaks!


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -