View Full Version : Why pure PHP ?? Why not PHP frameworks like Laravel?
burling
08-16-2018, 11:04 AM
For what reason do people still go for pure PHP if there are such a significant number of mind blowing PHP frameworks like Laravel?
pharmasecure
08-20-2018, 11:52 PM
Two solid reasons:
Simplicity- plain old php is really easy.
Performance - frameworks are slow, there is a lot more code to load into memory and execute.
Nirala
08-21-2018, 03:00 AM
Frameworks have an inbuilt function and you have no need to write more code except make some changes on the web pages.
george.weballey
08-21-2018, 07:17 AM
Better control to your code.
No need for extra plugins or things like that.
GuruJi
08-22-2018, 01:03 AM
It is up to you if you want to save your some time and stuck with the coding part then you can use the Frameworks.
If you love code then there is no need to use frameworks.
hannafrenk123
08-28-2018, 12:55 AM
Only one benefit without the framework is: your website can be faster, but this depends on how you will code it.
Benefits from using framework are the lot: Easy installation, free libraries which save you time, great community and tutorials. If we speak for fast websites, you can cache all data and re-cache only when there is a need. The framework, which I use is Laravel 4, five google it, and you will see how many people are happy for using it.
sadianisar
09-11-2018, 06:08 AM
PHP is an easy open-source programming language and provides fast loading site while frameworks are bit slow than pure PHP language.
davidweb09
10-07-2018, 08:01 AM
We have to use Core PHP for simple dynamic Business website designing. https://plasticcardid.blogspot.com/
Powered by vBulletin® Version 4.2.4 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.