R
R
Roman2016-12-02 00:29:38
MySQL
Roman, 2016-12-02 00:29:38

Is there a template for a website with a personal account and a contact form?

Hello!
I am looking for a blank on one of the frameworks to create a simple site, with the ability to login and register users, a contact form, ideally the functionality of the basket and ordering.
So far I have found phundament.com/, but somehow it works slowly, do you know better and more convenient for such functionality?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
axblue, 2016-12-02
@leshikgo

Login / registration of users in Laravel comes from the box https://laravel.com/docs/5.3/authentication
You just need to write one / two commands in the console. The contact form is also a couple of lines. Why would you use a framework if you can't write a contact form? For the shopping cart and checkout, you can find tutorials on implementation on the Internet. For example Github || Tutorial
You shouldn't pull something ready with your crutches to the framework if you don't have an understanding, for this there is a CMS where you can install all sorts of IM plugins and easily manage.

M
Maxim Timofeev, 2016-12-02
@webinar

Everything you need is in the form of separate modules. You just need to assemble.
All that is already collected - will slowly work. And why then farmework?
So you have 2 options:
- take a ready-made cms like shopscript, etc.
- collect what you need from yii2 or laravel using ready-made modules
Shopping cart and personal account are too general concepts, there are separate parts in the form of extensions and widgets. Assemble according to your taste, for a specific task. This is the essence of frameworks. As soon as something ready and universal appears, productivity is immediately lost. And the framework turns into cms, and this is the job of a programmer.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question