-
Why we use Php Frameworks instead of CorePhp?
almost 9 years ago
-
over 6 years ago
Of course that seems easy but some frameworks have an lot of advantages. Let's look to Laravel - one of the most popular PHP framework.
First reason - security. Laravel more secure as it has strong authentication and uses concept of CSFtoken. Also with Laravel you wouldn't re-invent the wheel, and in fact it's very easy to learn. Laravel has a lot of comfortable IDE's, you can find them here, so your working process will be faster.
Of course there are a lot of people whose prefer CorePHP and maybe they will share advantages of it. -
1 Answer(s)