Needs advice
on
LaravelLaravel
and
SymfonySymfony

From a StackShare Community member: “A client is requiring me to use PHP for a custom lead management app for internal use. Should I use a framework like Laravel/Symfony or just stick with the basics?”

READ LESS
2 upvotes·76.3K views
Replies (12)
PHP Web Developer at GroundIn Software·
Recommends
on
Laravel
at

Laravel in this instance, because for unexperienced freshcomers it's rather easy to integrate, it has already embedded @Eloquent #ORM, models are quite normally comprised from scratch, no need to import from database layer and adjust them later, so it's in general an easy and comprehensive tool to install, use & exploit to the furthest.

READ MORE
5 upvotes·1.5K views
Recommends
on
Laravel

I use Laravel because it has integrated unit testing that making TDD a breeze. Having a View (Blade engine) making me easier to work without too many efforts in front-end.

I do recommend going into the root of programming once getting stable on any framework. Go beyond Symfony, go beyond PHP, go into the roots to the mother of programming; c++, c, smalltalk, erlang OTP. Understand the fundamental principle of abstraction.

A framework is just a framework, it helps in getting feedback quickly; like practicing dancing in front of a mirror. Getting fundamentals right is the one true key in doing it right. Programming is not hard, but abstract-programming is extremely hard.

READ MORE
10 upvotes·3.7K views
View all (12)
Avatar of Povilas Brilius

Povilas Brilius

PHP Web Developer at GroundIn Software