What are pros and cons of using Laravel Framework?
What are pros and cons of using Laravel Framework?
devquora
Posted On:
Feb 22, 2018
Pros of using Laravel Framework
Laravel framework has in-built lightweight blade template engine to speed up compiling task 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