2.4k questions

2.4k answers

95.6k users

10 Online Users
1 Member 9 Guest
Online Members
Today Visits : 748
Yesterday Visits : 2557
Total Visits : 2344053

Categories

Notice

Dear All, These are my answers from Quora and primarily Google; please check the answer and from others sites; the answers are free and without any liability.To make a decision, write down all of the positives and negatives on a piece of paper.Thank you,

Elias Katsaniotis, MSc

Information

Viktoria Katsanioti,

Kaliningrad,

Russia,

matizegr@yahoo.com

0 votes
60 views

Core PHP and using a framework like Laravel which one is better?
in General by (95.8k points)

1 Answer

0 votes

With a PHP framework you

  • Speed up custom web application development. ...
  • Simplify web application maintenance. ...
  • No need to write additional code. ...
  • Work with databases more efficiently. ...
  • Automate common web development tasks. ...
  • Protect websites from targeted security attacks.
  • Perform unit testing efficiently.

But

  • It is not that secure due to its open-source, because the ASCII text file are often easily available.
  • It is not suitable for giant content-based web applications.
  • It has a weak type, which can cause incorrect data and knowledge to user.

If you know very good PHP, it is better to go for PHP, if you are in a harry with no ready PHP libs better go with the Framework.

For 1 - 2 programmers fast in work is Codeigniter

Best but a litthe difficult is Laravel, this is the king of PHP frameworks

by (95.8k points)
...