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. Visual Studio Code

    Visual Studio Code

  2. Kargo

    Kargo - optimize your multi-stage deployment pipelines using GitOps. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.

    Kargo logo
  3. Next.js

    2,502 Laravel VS Next.js

    The React Framework

  4. React

    2,057 Laravel VS React

    Discontinued The library for web and native user interfaces. [Moved to: https://github.com/react/react] (by facebook)

  5. Tailwind CSS

    1,601 Laravel VS Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  6. Express

    818 Laravel VS Express

    Fast, unopinionated, minimalist web framework for node.

  7. 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. AppSignal

    AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.

    AppSignal logo
  10. Django

    561 Laravel VS Django

    The Web framework for perfectionists with deadlines.

  11. core

    389 Laravel VS core

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

  12. Vue.js

    386 Laravel VS Vue.js

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

  13. PHPT

    333 Laravel VS PHPT

    The PHP Interpreter

  14. Alpine.js

    283 Laravel VS Alpine.js

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

  15. Laravel

    252 Laravel VS Laravel

    Laravel is a web application framework with expressive, elegant syntax.

  16. Composer

    Dependency Manager for PHP

  17. Symfony

    192 Laravel VS Symfony

    The Symfony PHP framework

  18. Slim

    53 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

    31 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
    SiavashBamshadnia
    ยท 12 months ago
    ยท Reply

    Review โ˜…โ˜…โ˜…โ˜…โ˜… 9/10

    Laravel is a powerful and elegant PHP framework that makes building modern web applications fast and enjoyable. Its intuitive syntax, robust ecosystem, and built-in features like Eloquent ORM, Blade templates, queues, and caching provide everything needed to scale from small projects to enterprise systems. Combined with excellent documentation and an active community, Laravel remains my top choice for efficient and maintainable backend development.

  2. User avatar
    r0bbie
    ยท 12 months ago
    ยท Reply

    Review โ˜…โ˜…โ˜…โ˜…โ˜… 10/10

  3. User avatar
    jrafaelg
    ยท about 2 years ago
    ยท Reply

    Review โ˜…โ˜…โ˜…โ˜†โ˜† 5/10

  4. User avatar
    nicholascn
    ยท about 2 years ago
    ยท Reply

    Review โ˜…โ˜…โ˜…โ˜…โ˜… 9/10

  5. User avatar
    lazarospsa
    ยท about 2 years ago
    ยท Reply

    Review โ˜…โ˜…โ˜…โ˜…โ˜… 10/10

  6. User avatar
    96454412
    ยท about 2 years ago
    ยท Reply

    Review โ˜…โ˜…โ˜…โ˜…โ˜… 10/10

    My preferred php backend framework.

  7. User avatar
    deligoez
    ยท about 2 years ago
    ยท Reply

    Review โ˜…โ˜…โ˜…โ˜…โ˜… 10/10

  8. User avatar
    gavin-k
    ยท about 2 years ago
    ยท Reply

    Review โ˜…โ˜…โ˜…โ˜…โ˜… 10/10

  9. User avatar
    432d5d23
    ยท about 2 years ago
    ยท Reply

    Review โ˜…โ˜…โ˜…โ˜…โ˜… 9/10

  10. User avatar
    1b2a7e4c
    ยท about 2 years ago
    ยท Reply

    Review โ˜…โ˜…โ˜…โ˜…โ˜… 10/10

  11. User avatar
    6279dd78
    ยท about 2 years 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 2026-06-22.
  • Deploying AI-Powered Laravel Apps: Queues, Streaming, Timeouts
    1 project | dev.to | 16 Jul 2026
    Somewhere in the Laravel app you're running right now, there's a good chance an HTTP call goes out to OpenAI, Anthropic, or a local model. A chat feature, a summarizer, an agent that triages support tickets. Laravel 13 shipped in March 2026 with first-party AI primitives and the framework now literally brands itself as being for "Artisans and agents". The application layer has never been easier.
  • Introducing Selective - Super-Fast Bloom Filter Validation for Laravel Applications
    3 projects | dev.to | 22 Jun 2026
    I have written about Bloom Filters before in Bloom Filters Applied In Real Life Application - Laravel Prototype and made a prototype for it using Laravel.
  • wayback-video: Turn Any Site's History into a Video
    3 projects | dev.to | 15 Jun 2026
    # Laravel's homepage through the years wayback-video https://laravel.com --scroll --interval year --crossfade 0.4 # Wikipedia, month by month, over its first decade wayback-video https://wikipedia.org --scroll --interval month --from 2001 --to 2010 # Fast mode: Wayback's pre-captured PNGs only, no browser needed wayback-video https://mozilla.org --wayback-screenshot year --scroll
  • best architectural patterns approach for senior Laravel developers
    3 projects | dev.to | 4 May 2026
    A common way to implement DDD in Laravel is to organize the app/ directory into three primary layers:
  • Manage DigitalOcean Infrastructure With Ansible for Laravel and PHP Apps
    4 projects | dev.to | 23 Mar 2026
    This post walks through how to build an Ansible repo to manage a production DigitalOcean setup: two Ubuntu droplets, six Laravel apps, a couple of PHP framework sites, and a Go microservices platform. The goal is to codify everything that was previously managed via manual SSH, without replacing the Deployer workflow that already handles app releases.
  • What Are the Best Full-stack Web App Frameworks in 2026?
    5 projects | dev.to | 2 Mar 2026
    Laravel, Rails, and Django remain the most battle-tested full-stack frameworks in 2026.
  • Laravel makes semantic versioning look bad
    3 projects | dev.to | 27 Feb 2026
    From the commits on Github and a blog on Lavavel News The biggest change is the optional use of attributes. While they added quite a few attributes, does this really warrant a major update?
  • State Management in Vue 3 for Laravel Applications (Pinia Integration)
    2 projects | dev.to | 6 Feb 2026
    Laravel + SPA architecture adoption has grown by 60% since 2022 Source: https://laravel.com
  • From fix CORS in Nuxt and found new better way to authenticate
    5 projects | dev.to | 17 Jan 2026
    In 2023 I move to new company and applied as Frontend Developer, and build some project like company profile, marketing site and my team choose nuxt.js and backend was laravel.com. At the time I was integrate laravel, I use many nuxt module for example Nuxt Auth and this work well in nuxt 2, but when the requirement change this module was really hard to modify or maybe because of skill issue, I should finish multiple project at same dateline and no time to research for my own. Then I came to tradisional way to build auth with Cookies Js and somehow it working well but CORS problem came up and only happen when I do hard refresh the site.
  • Building Ghostable & Finding Ideas by Listening Well
    1 project | dev.to | 2 Dec 2025
    It was an honor to join Matt Stauffer on the The Business of Laravel podcast to talk about my journey: from building a startup on Laravel, to selling it, and now launching Ghostable โ€” a zero-knowledge environment-management platform for teams that scale.
  • A note from our sponsor - Kargo
    akuity.io | 16 Sep 2026
    Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now. Learn more โ†’

Stats

Basic Laravel repo stats
440
84,941
8.6
22 days ago

Sponsored
Kargo - optimize your multi-stage deployment pipelines using GitOps
Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
akuity.io

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