Answer the question
In order to leave comments, you need to log in
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
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?
> 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.
Here on the CMS, development is accelerated, as you just click on the buttons.
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)).
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:
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 questionAsk a Question
731 491 924 answers to any question