The All-in-one Swiss Army knife of Web Development World
July 22, 2022

The All-in-one Swiss Army knife of Web Development World

Lankit Patel | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User

Overall Satisfaction with Laravel PHP Framework

I'm associated with Laravel PHP Framework for 4 years now. it is an MVC framework built on the PHP language. one of the best things about Laravel PHP Framework is, that it standardizes everything. in turn, it makes code more manageable among teams personally, this is the most productive framework to date. Laravel PHP Framework effectively solves the problem of coming up with a quick & battle-tested solution. as for our firm, we use Laravel PHP Framework quite extensively on our workflows below are some use cases : REST API development Web Development Containerized Web Apps Network programming/socket programming LAN Reading Automation of Tasks
  • Authentication scaffolding baked-in to get quickly started
  • Command Line Interface to interact with system
  • Migration & Eloquent To communicate with database
  • Package management & Autoloading of classes
  • REST API Development
  • Built-in Development Server
  • Template Engine( blade )
  • Boostrap UI should be put more emphasised
  • New starter kits are powerful but makes development confusing
  • Steep learning curve, everything has a best practice in Laravel PHP Framework but it takes a little bit of time to get there
  • Eloquent queries to ease the complex database queries
  • API Development for frontend frameworks
  • Authentication & Authorization
  • Rapid & Standardize development for teams
  • it brings industrial grade robustness to create system that crunches huge amount of operations
  • works very well with SAP and interacts using APIs
  • with little effor same system can be modified to accomodate some other applications
The majority of the above-mentioned frameworks are good at some particular things. Laravel PHP Framework in general is capable of doing all the same things with standard best practices. Additionally, Laravel PHP Framework brings great community support that is ever-growing. the community has now developed a whole ecosystem around it. When the stacks are Web Apps, your can bet Laravel PHP Framework will never disappoint you.

Do you think Laravel PHP Framework delivers good value for the price?

Yes

Are you happy with Laravel PHP Framework's feature set?

Yes

Did Laravel PHP Framework live up to sales and marketing promises?

Yes

Did implementation of Laravel PHP Framework go as expected?

Yes

Would you buy Laravel PHP Framework again?

Yes

Appropriate Scenarios:
  • Complex Web Application with Database
  • Backend for Frameworks like React & Vue
  • Socket Programming / Network Programming
  • Multiple Database Management where there is a lot of relational data is being stored
  • REST API development
  • Developing Semi-ERP for small-scale businesses
  • E-commerce Application with a hefty amount of product catalogs
Not so Appropriate Scenarios:
  • small scale web app or SPA ( probably overkill for simple stuff, stick with PHP )
  • Rapid Real-time systems with multi-threading