K
K
Konstantin2019-08-24 11:00:59
PHP
Konstantin, 2019-08-24 11:00:59

Framework for the same type of landings?

Task: to make a couple of dozens of the same type of landing pages for different cities. Landing pages differ from each other only in the phone number/office address/director's photo, different metrics counters, and the city ID request form.
It seems that something full-fledged (like Laravel / Yii) for this task will be redundant, cycling your own, fundamentally new, somehow there is no desire. Maybe there are solutions for similar tasks? Or deploy on the chest, and not fool your head?

Answer the question

In order to leave comments, you need to log in

9 answer(s)
K
Konstantin B., 2019-08-24
@buhacker

Or deploy on the chest, and not fool your head?

Exactly. We have a similar situation, only one landing template for different products and a little something else like a constructor, made on Laravel / Vue, there is nothing superfluous in it for this task, it just has everything you need out of the box. But your bike is clearly the wrong decision. In general, when they say that something is superfluous in Laravel, it sounds a little strange and thoughtless

S
Sanes, 2019-08-24
@Sanes

Or deploy on the chest, and not fool your head?

The easiest.
You can still adapt Modx

L
lukoie, 2019-08-24
@lukoie

Excuse me, what is wrong with the standard WordPress multisite? There will be one VP, and you will start as many sites as you need. Maintaining it isn't hard at all.

L
Lazy @BojackHorseman PHP, 2019-08-24
Tag

sparrows from a cannon

K
Kirill Nesmeyanov, 2019-08-24
@SerafimArts

You can take just about anything. The main thing is to indicate what disadvantages you will get and how critical they are if you use some kind of "technology X". And vice versa, what are the advantages and how significant.
1) How critical is 20 meters on hard?
2) How critical is 20ms per lark, instead of 10ms on the native?
3) How high is the probability of new tasks appearing? Like notifications when you click on some buttons. Or file down the admin panel for this case.
4) Anything else.
If you consider something very important, then this raises the priority of using some approach. In my opinion, the likelihood of tasks in our world of Scrum and Agile is much higher than the fact that the server will only have 15 meters of free disk space...

T
ThunderCat, 2019-08-24
@ThunderCat

CI / ModX, both are quite simple, but for the landing of the norms.

A
Anton R., 2019-08-24
@anton_reut

Joomla + great SP Page Builder.

V
Vadim Milevsky, 2019-08-24
@3gsxarakiri

Really from a cannon on sparrows. You make all landing pages in HTML, and pull the necessary data with simple Ajax from a simple php script that accesses the database. All point. Why do you want more now?

A
Andrey K, 2019-08-26
@kuftachev

Of course, it all depends on how the requirements can develop further, but if the differences are not very big, and you don’t need to dynamically change the text from the admin panel according to your mood, then I would use something like Pug, in the sense of an HTML template engine.
There are variables, and conditions, and include, in my opinion, template inheritance, and even the ability to execute simple JS. And then everything just turns into one HTML per page. At what, immediately minified.
But if there is a need for an admin panel, then I would take Yii2, so that later I don’t worry that something is missing.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question