V
V
Vladislav Mikhailov2018-02-10 15:23:06
Laravel
Vladislav Mikhailov, 2018-02-10 15:23:06

How to embed the ability to insert a gallery into an article on a website (Laravel)?

How to embed the ability to insert a gallery into an article on a website (Laravel)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Tolmachev, 2018-02-10
@dark_tke

Everything depends on your architecture, and only on it. There are many options for building a gallery. And from this already further to act. Plus, depending on how you will have this gallery loaded, there are essentially two options, dynamically (those gallery will be loaded again with each page request) or statically (loaded once, the result of the page cache is stored somewhere, and then, if necessary, it is updated only on command) . Plus through what and how you fill the pages. For example, you can come up with a tag that will be replaced with a gallery when parsing the page. Which content editor you use is also very important, everything here is very individual.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question