Sign in Agent Mode
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS customer

5 AWS reviews

External reviews

3 reviews
from

External reviews are not included in the AWS star rating for the product.


5-star reviews ( Show all reviews )

    Davide Cariola

Framework has transformed freelance web projects and supports rapid, secure app delivery

  • February 09, 2026
  • Review provided by PeerSpot

What is our primary use case?

My main use case for Laravel PHP Framework is that I am also a freelance software developer, so I use it for building websites and web platforms, back offices, and similar projects.

While it depends on the project, I mainly use Laravel PHP Framework for websites and web apps.

A quick specific example of a project where I used Laravel PHP Framework is my personal website; I used the TALL stack, so Laravel, Livewire, Tailwind, and Alpine, with a back office made in Filament PHP. I am also a teacher of Laravel coding.

What is most valuable?

The best features Laravel PHP Framework offers are its ecosystems, including the related packages that transform how I develop things with it. Its structure and scaffolding are very complete and easy to use.

The ecosystem and scaffolding of Laravel PHP Framework have helped me significantly in my projects; for instance, all the authentication packages of Laravel are very important in my job. I have used mostly Fortify but also Laravel Breeze, and both of these packages are essential for the structure of a website. Additionally, tools like Laravel Nova and Filament PHP are great for creating back offices and admin panels. I also speak at the Italian Laravel Day, which is a convention focused on Laravel, and the community around the framework is incredible.

Other standout features about Laravel PHP Framework community include Laracasts, a website where I can find numerous workshops, videos, and webinars about the Laravel world, all of very high educational quality, and for its cost, it is really a bargain.

Laravel PHP Framework has positively impacted my organization because it is very easy to use and master while providing incredible control over everything. It is also very safe, built upon important features of cybersecurity, making it a sound foundation for web development in general and for web applications.

What needs improvement?

I do not think there is really any room for improvement in Laravel PHP Framework because it is pretty much perfect. The Laravel team does a great job renovating the framework every year, and while it could perhaps better incorporate other languages that are not PHP, like JavaScript frameworks, it does a really good job as it stands.

I do not have anything on the table right now regarding needed improvements.

For how long have I used the solution?

I have been using Laravel PHP Framework for five years.

What do I think about the stability of the solution?

Laravel PHP Framework is definitely stable in my experience.

What do I think about the scalability of the solution?

The scalability of Laravel PHP Framework is great; with the right tweaks, I can build a very simple and smooth website, as well as a complex e-commerce site or a CMS. It is very easy to use it in different ways, which is something I really appreciate about it.

How are customer service and support?

There is no formal customer support for Laravel PHP Framework, but the community is very active, and I honestly have not had any problems with Laravel.

How would you rate customer service and support?

Negative

Which solution did I use previously and why did I switch?

Before using Laravel PHP Framework, I used to develop in HTML, CSS, and JavaScript, and I also tried developing something in ReactJS or similar frameworks. However, Laravel PHP Framework is too comfortable to use, making it hard for me to use other solutions; it is perfect for my needs.

What was our ROI?

Although I cannot provide specific outcomes or metrics, working with Laravel PHP Framework has allowed me to deploy a website in maybe two weeks instead of months. It is a very easy-to-use framework that gives access to many important features which, without Laravel PHP Framework, I would have had to develop by hand. I can think of Laravel PHP Framework as a tool shed where everything is organized, and I just have to choose the right tool for the right job.

I do not have something specific in terms of return on investment metrics, but I have surely reduced time and employees; and for me as a freelancer, the fact that I do not have to pay for the technology means that everything I gain from my clients goes entirely to my profit, since I do not have to pay for any technology stack.

What's my experience with pricing, setup cost, and licensing?

My experience with pricing, setup costs, and licensing for Laravel PHP Framework is that it is totally free, making it a win-win situation.

Which other solutions did I evaluate?

I evaluated other options including ReactJS and Vue.js before choosing Laravel PHP Framework.

What other advice do I have?

My advice to others looking into using Laravel PHP Framework is to check out Laracasts videos to understand what the framework is and how it works. PHP is more alive than ever, despite what certain memes suggest.

I believe that everyone wanting to learn how to code, do web development, or step up their web development skills needs to evaluate Laravel PHP Framework and consider it. I rate this review as a ten out of ten.


    reviewer2707809

Development practices benefit from structured coding and efficient installation

  • May 21, 2025
  • Review provided by PeerSpot

What is our primary use case?

We have multiple projects built on Laravel PHP Framework; as of now, we have nine to ten projects. That's something we can do with respect to what is required in web development, process, or functionality.

We complete web apps using Laravel PHP Framework. The complete web app, from A to Z, we can completely develop on Laravel for APIs, as well as complete, robust applications. We can completely deploy it with Laravel.

We are using Laravel PHP Framework in several AI projects with APIs. For the back end, we have a Python server especially to handle all the AI requests which we receive. We don't directly connect the AI with our Laravel application, but we have a dedicated server which we have written in Python technology that we use with that.

What is most valuable?

I find the command line interface very valuable in Laravel PHP Framework, for instance, the migrations and all feeding from seedings to migrations. Every structure is perfectly structured and tailored for a developer to use and libraries. There's no need to use any CDNs, or we can simply install the package and get the specific features. That's a greater part of Laravel PHP Framework.

Laravel PHP Framework enhances our application security posture with various packages and middleware which are available to protect from various kinds of activities.

The most valuable features for building modern web applications in Laravel PHP Framework include the cross-factor authentication, which is handled with middleware. Those things play major roles in providing security before hacking. The route, through which we can categorize and authorize various routes in our web applications and for specific user roles, is also a significant part.

What needs improvement?

Regarding room for improvement, there are various things at the code level such as Eloquent relationships, including has one and has many, which we can optimize a bit more so that we can get the data faster. If the end developer does not know that, then that's a challenge.

For how long have I used the solution?

I've been working with Laravel PHP Framework for about four years.

What was my experience with deployment of the solution?

There are no specific challenges we face in Laravel PHP Framework. Everything in Laravel PHP Framework is perfectly tailored.

What do I think about the stability of the solution?

I have had no performance or limitations with Laravel PHP Framework.

What do I think about the scalability of the solution?

From the maintenance point of view, Laravel PHP Framework is really developer friendly.

There is no maintenance required in Laravel PHP Framework unless the server is high, for instance, if any specific process which we have done custom with a database connection or API calls. In that case, we need to optimize our specific business logic, but there is nothing required from Laravel.

How are customer service and support?

I haven't reached out for Laravel PHP Framework tech support.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

Every framework I have worked with, including Laravel PHP Framework, is built on their specific architecture. For instance, Yii is different than Laravel; they are different. Each framework is useful; we cannot find the flaws in them. Ultimately, they provide structured coding practices that we were missing in code when developing core PHP. Instead of just putting a file and running it directly on the web server, with Laravel or CodeIgniter, we can code in a structured manner, which is a beneficial part.

How was the initial setup?

The initial setup of Laravel PHP Framework is straightforward.

The setup process of Laravel PHP Framework requires downloading the latest version of PHP initially and then getting Composer. These are the initial, primary requirements for building a Laravel project. From Composer, we need to start the project by the name using command line code. After that, we can initialize the DB connections in that specific project, if required, then run migrations, generate keys, and for testing, we need to simply run artisan serve. That is the initial phase which is really straightforward to find.

What about the implementation team?

The size of the environment with Laravel PHP Framework currently has about three to four developers working on a single project.

In my project, we usually have three to four developers working with Laravel PHP Framework.

What was our ROI?

Using Laravel PHP Framework has not impacted my development time or cost in my projects because it's a good best practice which we need to follow on all the complete architecture instead of simply getting a file and putting it directly, which we were doing in normal core PHP.

What's my experience with pricing, setup cost, and licensing?

There are no fees associated with Laravel PHP Framework.

What other advice do I have?

There are various use cases for Laravel PHP Framework, but I don't think there are any disadvantages.

I would recommend Laravel PHP Framework to users or developers using Core PHP; this is the time they need to switch to Laravel, being a decade or more than a decade. Many people are using it. If they are still on Core PHP, then they need to switch.

On a scale of 1 to 10, I rate Laravel PHP Framework as a 10.


    Kseniabi

A Good Learning Tool

  • October 04, 2023
  • Review from a verified AWS customer

Hi, I'm using these tools to help me learn how to use AWS and install applications.

Laravel is a very popular framework, and I don't have the time to learn how to build servers, or learn much about AWS.

Plus, I need humans to talk to when I need help. This team is good, because they thought of everything I need.

The web panel they provide really helped me not get overwhelmed with Amazon. I just follow their videos.

Overall a very good experience. Will use again.


    SA

Nice

  • April 26, 2021
  • Review from a verified AWS customer

This laravel is quick to deploy. I'm using it to experiment with Magento Laravel API. I have used amistacx several times now, and their management console keeps everything simple and everything in one place.

I have used other free and paid, but have had issues and find other help hard to reach or does not exist.


showing 1 - 4