TrustRadius Insights for Laravel PHP Framework are summaries of user sentiment data from TrustRadius reviews and, when necessary, third party data sources.
Business Problems Solved
Developers and engineers have utilized Laravel for the creation of websites and web applications, leveraging its support and structure for common tasks in web development. Reviewers have praised Laravel for its ability to quickly build services that can be easily integrated or expanded upon later. The Laravel framework has gained popularity due to its extensive library offerings and large developer community, reducing the need for writing unrelated code. Laravel is commonly chosen as a backend logic framework because of its compatibility with PHP and other front-end technologies. Customers have found Laravel beneficial in building optimized websites, enabling teams to deliver improved services to clients. Users have reported that Laravel is easy to work with, particularly for those familiar with Laravel and other PHP frameworks. Additionally, Laravel has been used for developing internal web applications, showcasing its versatility and active development. It has been employed in various use cases such as REST API development, web development, containerized web apps, and network programming/socket programming. Developers around the world prefer Laravel for its intuitive nature, simplicity, extensibility, and strong community support. The blade templating engine in Laravel is a valuable tool for front-end developers in building things quickly and effectively. Moreover, Laravel is utilized for managing product catalogs, simplifying the process of adding, updating, and deleting products as well as publishing to e-commerce platforms like Shopify. With its stability, ease of learning, and support for REST API development, Laravel is suitable for various projects. CMS platforms also choose Laravel due to its user-friendly interface, quick setup process, and automated scaffolding capabilities provided by the Artisan console.
Loading Reviews List....
Laravel PHP Framework Reviews
1 Review
ManufacturingBiotechnology1
Search is temporarily unavailable. Filters are still applied.
We used Laravel PHP Framework to manage the product catalog. We used it internally to manage products. We added/updated/deleted products using the tool. It helped us provide a usable interface for our product manager and scientists to review and modify information on these products. We also used it to publish the products to a shopify website for e-commerce.
Pros
The database migration feature is very useful for versioning the database schema and for keeping the data consistent across environments.
The ORM framework is easy to use and enforces DB best practices.
The environment detection feature is also pretty cool. This will help load the right configurations to be loaded based on the environment.
Cons
I think one of the challenges of MVC is where do you put the domain logic or business logic. I think they should create a domain layer to incorporate domain logic so that we don't end with fat controllers of fat models.
Add more functionality to artisan, to speed development.
Likelihood to Recommend
Well designed framework for building API's, e-commerce website and CMS systems.