Laravel PHP Developer Question:
Download Questions PDF

Tell me what are pros and cons of using Laravel Framework?

Laravel PHP Developer Interview Question
Laravel PHP Developer Interview Question

Answer:

Pros of using laravel Framework
☛ Laravel framework has in-built lightweight blade template engine to speed up compiling tasks, and create layouts with dynamic content easily.
☛ Hassles code reusability.
☛ Eloquent ORM with PHP active record implementation
☛ Built in command line tool “Artisan” for creating a code skeleton ,database structure and build their migration

Cons of using laravel Framework
☛ Development process requires you to work with standards and should have real understanding of programming
☛ Laravel is new framework and composer is not so strong in compare to npm (for node.js), ruby gems and python pip.
☛ Development in laravel is not so fast in compare to ruby on rails.
☛ Laravel is lightweight so it has less inbuilt support in compare to django and rails. But this problem can be solved by integrating third party tools, but for large and very custom websites it may be a tedious task

Download Laravel PHP Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me Active Record Implementation. How to use it Laravel?Do you know what is Method Spoofing in Laravel?