Laravel

The Laravel Framework. (by laravel)

Laravel Alternatives

Similar projects and alternatives to Laravel

  1. Laravel

    421 Laravel VS 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.

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. PHPT

    312 Laravel VS PHPT

    The PHP Interpreter

  4. Composer

    Dependency Manager for PHP

  5. Symfony

    176 Laravel VS Symfony

    The Symfony PHP framework

  6. Rector

    Instant Upgrades and Automated Refactoring of any PHP 5.3+ code

  7. bref

    43 Laravel VS bref

    Serverless PHP on AWS Lambda

  8. ext-openswoole

    Programmatic server for PHP with async IO, coroutines and fibers

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. RoadRunner

    🤯 High-performance PHP application server, process manager written in Go and powered with plugins

  11. docs

    The Laravel documentation. (by laravel)

  12. PHP Dotenv

    Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.

  13. octane

    16 Laravel VS octane

    Supercharge your Laravel application's performance.

  14. Fast Route

    Fast request router for PHP

  15. Carbon

    20 Laravel VS Carbon

    A simple PHP API extension for DateTime. (by briannesbitt)

  16. castopod

    Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience. Synchronized read-only mirror of https://code.castopod.org/adaures/castopod

  17. Brick\Money

    A money and currency library for PHP (by brick)

  18. FrameworkBenchmarks

    Source for the TechEmpower Framework Benchmarks project

  19. ideas

    Discontinued Issues board used for Laravel internals discussions. (by laravel)

  20. Torch

    7 Laravel VS Torch

    Examples of using each Illuminate component in non-Laravel applications

  21. openapi-psr7-validator

    It validates PSR-7 messages (HTTP request/response) against OpenAPI specifications

  22. Parsedown

    7 Laravel VS Parsedown

    Better Markdown Parser in PHP

  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
    punecutiess
    · about 1 year 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-05-22.
  • Check Every Key Exists in a PHP Array with Arr::hasAll()
    1 project | dev.to | 10 Jun 2025
    The method was contributed by @devajmeireles in PR #55815.
  • Composition vs. Inheritance in PHP Frameworks
    4 projects | dev.to | 22 May 2025
    In Laravel, inheritance plays a key role in the framework’s core architecture. A clear example is the Application class, which extends the Container class. This relationship allows Laravel’s application instance to inherit all the powerful features of the service container—such as dependency resolution and binding—while adding its own framework-specific logic.
  • PHP Attributes and Metaprogramming
    1 project | dev.to | 20 May 2025
    Let’s take a real-life example of attributes. Laravel 11 introduced contextual attributes and for our example we will be using the Config attribute. The #[Config(...)] attribute allows you to annotate a constructor or method parameter, so that Laravel’s service container can resolve and inject the corresponding config value at runtime:
  • Eloquent: is an ORM too restrictive?
    1 project | dev.to | 13 Apr 2025
    For databases that have relations between entities, I would move those to the Builder class, instead of in the model currently. I think the with methods could do the trick with a bit a of modification. And adding a to method for nested inserts.
  • How to Enable Relationship Autoloading in Versions Before v12.8
    1 project | dev.to | 11 Apr 2025
    A few days ago, Litvinchuk added the method withRelationshipAutoloading in PR #53655. As explained in the merge description, it checks the relationships you're calling and applies Auto Eager Loading to them. Of course, this method only exists in v12.8, so I decided to add it to earlier versions in case I work on a project that uses a version before that. 🔥
  • Improving Eloquent for real: test setup
    3 projects | dev.to | 30 Mar 2025
    I'm not going to pretend that my improvements will land in the official Laravel code any time soon, or ever. So I am going to use the illuminate/database repository. Because it is a sub module of the laravel/framework this has a few problems. The biggest problem is that there are no tests.
  • Move from DDD Laravel make command to Codestarter (fase 2)
    3 projects | dev.to | 8 Mar 2025
    Looking at artisan and the Symfony maker bundle, I saw two different ways to build content. Artisan works with stub files which are text files with a Twig syntax for the variables. And the maker bundle works with php templates.
  • Preventing Destructive Commands from Running in Laravel
    1 project | dev.to | 17 Feb 2025
    In PR #51376 to Laravel in May 2024, Jason McCreary and Joel Clermont added the Illuminate\Console\Prohibitable trait to the framework, which was then included in the Laravel 11.9 release.
  • Laravel Under The Hood - The Strategy Pattern
    1 project | dev.to | 18 Jan 2025
    When you call the driver method on the facade, it's proxied to a manager, depending on which facade you're using. In the caching scenario, it's directed to the CacheManager. Let's inspect its code.
  • 🚨High-Severity Laravel Vulnerability (CVE-2024-52301) - Awareness and Action Required
    1 project | dev.to | 8 Dec 2024
    For more information on this vulnerability, check out the official Laravel security advisory: GHSA-gv7v-rgg6-548h
  • A note from our sponsor - SaaSHub
    www.saashub.com | 15 Jul 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic Laravel repo stats
240
33,820
10.0
about 20 hours ago

Sponsored
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io

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