P
P
Programmir2017-02-28 17:56:36
Laravel
Programmir, 2017-02-28 17:56:36

How does Laravel speed up site creation?

I started studying the framework from video tutorials, but I still didn’t understand how Laravel speeds up website development. Let's say there are migrations. It's easier to make a table in phpmyadmin. There is data validation, so it's easy to do in pure php using if, using ajax. There is localization, for me it’s easier to make templates in different languages, and not to prescribe the same translations in localization, and even call lang. So I haven't figured out yet how Laravel speeds up site development. So far, I only see that because of it, the site will slow down more and more extra structures. Here on the CMS, development is accelerated, as you just click on the buttons. And with Laravel, probably, I just haven’t figured it out yet, I need to learn more.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
M
Maxim Timofeev, 2017-02-28
@webinar

How does Laravel speed up site creation?
Here, instead of Laravel, there can be any php framework. But the main question speeds up in relation to what? And within what project?
Is it faster to develop a standard blog on php framework than on a ready-made CMS? NO
Is it faster to develop a blog with custom features on a php framework than on a ready-made CMS? YES
Is it faster to write a simple website in bare php from scratch than in php framework? YES
Is it faster to write a complex website in bare php from scratch than in php framework? NO
Will I be able to earn a lot of money and work on interesting projects just working with WP? NO
Will I be hired by serious companies without knowledge of frameworks? NO
Is WP in demand among provincial web studios? VERY
Will I be able to develop in them and get enough money? NO

V
Victor, 2017-02-28
@v_decadence

> So it's easier to make a table in phpmyadmin
On the production server and all test servers, then manually transfer all the changes?
> There is data validation, so it's easy to do in pure php using if, using ajax
And it turns out something like this ?
> for me it's easier to make templates in different languages
​​And at the slightest change, run through 10 files and change the same place?
> the site will slow down more and more unnecessary constructions
This is more about CMS with its bunch of modules, which are not always needed by a particular site.
It seems to me that you simply did not do a more or less serious project (the requirements for which do not fit into the capabilities of the CMS), otherwise such questions would not have arisen.
There are sites that can really be made faster on a CMS, but as the project grows, this solution is not always easy to maintain.
With Laravel (and another sensible framework) you can do almost anything and control any part of the site.
If you have a website with three pages and a feedback form, then yes, it will be faster to do it on a CMS.

S
Stanislav Pochepko, 2017-02-28
@DJZT

Here on the CMS, development is accelerated, as you just click on the buttons.

Therefore, it is difficult to call you a developer.
You'll forgive.

Y
Yuri, 2017-02-28
@riky

just work without a frame, at first it will be simple and fun, after six months / a year / two this fun will get tired. and no one will want to finish your project, because hell will understand it - without docks and with dubious designs ( crutches (yes)).

I
Ivan, 2017-02-28
@LiguidCool

Just Laravel is shit (just kidding ( no ) ).
If you make a landing page or a simple online store, then of course yes - this is working with a microscope on nails. Although I think a person familiar with the framework will do it all the same faster.
In general, the framework:

  1. Accelerates work with large projects, on which some WP thread will simply fall
  2. Simplifies team work when everyone is busy with a separate module.
  3. It has documentation +- common for all sites on this framework. No one after you will understand your homemade
  4. / ----- / also for code structure in general

P
Petya Fox, 2020-07-18
@fullstackru

If you ever tried to write some framework from scratch and an MVC application based on it, you would not ask such questions. The core of Laravel is the power and the code is a masterpiece. In this regard, I recommend that you first learn PHP before comparing the procedural programming style with OOP. Otherwise, it will be difficult for you to realize how Laravel accelerates the development of web applications, since you have nothing to compare with yet.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question