Laravel

Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things. (by laravel)

Laravel Alternatives

Similar projects and alternatives to Laravel

  1. Next.js

    2,279 Laravel VS Next.js

    The React Framework

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. React

    1,908 Laravel VS React

    The library for web and native user interfaces.

  4. Tailwind CSS

    1,478 Laravel VS Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  5. Angular

    778 Laravel VS Angular

    Deliver web apps with confidence 🚀

  6. Express

    767 Laravel VS Express

    Fast, unopinionated, minimalist web framework for node.

  7. Bootstrap

    580 Laravel VS Bootstrap

    The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

  8. Ruby on Rails

    Ruby on Rails

  9. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  10. Django

    526 Laravel VS Django

    The Web framework for perfectionists with deadlines.

  11. Vue.js

    385 Laravel VS Vue.js

    This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

  12. core

    356 Laravel VS core

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. (by vuejs)

  13. PHPT

    304 Laravel VS PHPT

    The PHP Interpreter

  14. Alpine.js

    264 Laravel VS Alpine.js

    A rugged, minimal framework for composing JavaScript behavior in your markup.

  15. Laravel

    234 Laravel VS Laravel

    The Laravel Framework.

  16. Composer

    Dependency Manager for PHP

  17. Symfony

    175 Laravel VS Symfony

    The Symfony PHP framework

  18. Slim

    50 Laravel VS Slim

    Slim Framework 4 Skeleton Application

  19. Yii2

    32 Laravel VS Yii2

    Yii 2: The Fast, Secure and Professional PHP Framework

  20. CakePHP

    30 Laravel VS CakePHP

    CakePHP: The Rapid Development Framework for PHP - Official Repository

  21. CodeIgniter

    Open Source PHP Framework (originally from EllisLab)

  22. Lumen

    19 Laravel VS Lumen

    Discontinued The Laravel Lumen Framework.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Laravel alternative or higher similarity.

Laravel discussion

Log in or Post with
  1. User avatar
    jrafaelg
    · 9 months ago
    · Reply

    Review ★★★☆☆ 5/10

  2. User avatar
    nicholascn
    · 9 months ago
    · Reply

    Review ★★★★★ 9/10

  3. User avatar
    lazarospsa
    · 9 months ago
    · Reply

    Review ★★★★★ 10/10

  4. User avatar
    96454412
    · 9 months ago
    · Reply

    Review ★★★★★ 10/10

    My preferred php backend framework.

  5. User avatar
    deligoez
    · 9 months ago
    · Reply

    Review ★★★★★ 10/10

  6. User avatar
    gavin-k
    · 9 months ago
    · Reply

    Review ★★★★★ 10/10

  7. User avatar
    432d5d23
    · 9 months ago
    · Reply

    Review ★★★★★ 9/10

  8. User avatar
    1b2a7e4c
    · 9 months ago
    · Reply

    Review ★★★★★ 10/10

  9. User avatar
    6279dd78
    · 9 months ago
    · Reply

    Review ★★★★★ 10/10

Laravel reviews and mentions

Posts with mentions or reviews of Laravel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-14.
  • 19+ Laravel Best Practices for Developers in 2024
    4 projects | dev.to | 14 Mar 2025
    Laravel is a popular and respected open-source, free PHP programming language framework that is aimed at making development processes appealing without having to sacrifice quality. It uses an MVC (Model View Controller) pattern which makes the language more relatable and adaptable. It can also be regarded as a web application framework with expressive and elegant syntax that attempts to take the pain out of development by easing common tasks used in web projects and applications.
  • 2025 Best PHP Micro Frameworks: Slim, Flight, Fat-Free, Lumen, and More!
    12 projects | dev.to | 27 Feb 2025
    Lumen sneaks into our top four as Laravel’s little sibling, designed for microservices and APIs. It’s got a minimalist vibe, but here’s the tea: it’s basically Laravel Lite, carrying some of the same heft under the hood. While it’s fast for a Laravel offshoot, its performance lags behind true micro frameworks like Flight or Slim—check the TechEmpower benchmarks for proof.
  • Laravel modular folder structure
    1 project | dev.to | 22 Feb 2025
    Most people that know Laravel know the AppServiceProvider. I'm named it ModuleServiceProvider and only have the boot method. Because I'm going to use modules in the app directory I removed the Http/Controllers and Models directories. For this post I'm going to use a User module to demonstrate the folder structure.
  • How Laravel Generates Access Tokens
    1 project | dev.to | 18 Feb 2025
    Access tokens are a critical part of modern web applications, especially when it comes to API authentication. Laravel, one of the most popular PHP frameworks, provides robust tools for generating and managing access tokens. Whether you're building a complex OAuth2 server or a simple token-based authentication system, Laravel has you covered with Passport and Sanctum.
  • How I Achieved a 74% Performance Increase on a Page
    6 projects | dev.to | 13 Feb 2025
    Our monolith is built with Laravel and Vue.js, where Vue.js powers dynamic features at the expense of performance, since it runs completely on the client-side. For performance-sensitive features, we rely on Blade (Laravel's template engine) with raw JavaScript or jQuery, resulting in a more complex and less developer-friendly approach.
  • efri, the_framework
    4 projects | dev.to | 13 Feb 2025
    I'm a huge fan of Laravel, but let's be real - PHP can be a pain sometimes, right? That's why I built Efri, my take on bringing Laravel's awesomeness to TypeScript.
  • Learning Path for Web Development
    9 projects | dev.to | 6 Feb 2025
  • Best Backend Frameworks for 2025: A Developer's Guide to Making the Right Choice
    8 projects | dev.to | 2 Feb 2025
  • 🔥Top 3 Amazing Next.js Alternatives To Try 🫨
    2 projects | dev.to | 1 Feb 2025
    3. Laravel: The PHP Framework for Web Artisans
  • My Experience with Elixir Development
    2 projects | dev.to | 24 Jan 2025
    Look at something like Laravel - a lot of information is right on the front page, and the docs connect many concepts. I understand that Taylor does this for a living; I just wish that our leaders could work on these things and make money from them too.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 15 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic Laravel repo stats
410
80,227
8.5
8 days ago

laravel/laravel is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of Laravel is Blade.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Blade is
the 49th most popular programming language
based on number of references?