Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
If you rely on a framework too much, you will end up being clueless about the core language.
Being clueless about the core language means that if either the framework evolves or dies, you're as dumb as a bread stick. -
dmoen2193yWell not exactly true. Laravel is a framework built on top of Symfony wich is a set of very popular components.
Even if you decide to code a project/framework from scratch you still need to install components and at the end you will end up with a piece of Symfony/Laravel.
People coding php today (from scratch) without using composer/existing packages are rare. -
hjk10157313yJust no. I've worked with another symphony based CMS (Drupal) but that does not mean that all solutions written require a CMS or database or templates or ... Some are just API connectors, command line tools etc.
I think using composer is almost a hard requirement. Even projects that have no dependency at all. The class autoloader is well written and composer.json provides the project some nice standardized info. -
ashu9654343y@IntrusionCM I took interview of 3-4 candidates, they all begin their answers by saying ‘in laravel ….’
We should replace word PHP with Laravel, coz most PHP developers know how to do something in Laravel but they can’t do that in PHP:D
rant