PHP Laravel

Open-source PHP projects categorized as Laravel

Top 23 PHP Laravel Projects

  1. Laravel

    The Laravel Framework.

    Project mention: Move from DDD Laravel make command to Codestarter (fase 2) | dev.to | 2025-03-08

    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.

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

    Personal CRM. Remember everything about your friends, family and business relationships.

  4. filament

    A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.

    Project mention: A 2024 Retrospective: My Unexpected Astro & Laravel Love Affair | dev.to | 2025-01-02

    The thing that got me onto Laravel was not a part of its core infrastructure per se rather, a 3rd party called Filament which I was astonished at how quickly I could create admin dashboards in lightning speed when compared to other frameworks I have previously encountered. I found myself reverting to PHP from JavaScript and Typescript but in the opinionated batteries included framework of Laravel. All this is after abandoning Perl years ago in preference for WordPress but always wanting for something I could write solid back end systems with. Laravel has it all.

  5. laravel-debugbar

    Debugbar for Laravel (Integrates PHP Debug Bar)

    Project mention: Laravel Debugbar for Next.js | dev.to | 2025-01-04

    Without further ado, here we have it: a Debugbar integration built on top of Laravel Debugbar for Next.js. While there is still a long way to go for it to be perfect, it works for me and the project I am currently working on.

  6. Bagisto

    Free and open source laravel eCommerce platform

  7. koel

    🐦 A personal music streaming server that works.

    Project mention: A personal music streaming server that works | news.ycombinator.com | 2024-07-11
  8. BookStack

    A platform to create documentation/wiki content built with PHP & Laravel

    Project mention: I Created API Docs for 5 Open-source Projects Within 10 Minutes | dev.to | 2024-12-25

    BookStack: A platform for storing and organising information and documentation.

  9. SaaSHub

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

    SaaSHub logo
  10. Flarum

    Simple forum software for building great communities.

    Project mention: Looking for the best forum software to start a new forum community in 2025 | news.ycombinator.com | 2024-12-26

    Flarum is great [1].

    Looks good, works on mobile, continuously updated.

    Try it out.

    Edit: Oh wow, downvoted for posting a good recommendation?

    1: https://flarum.org/

  11. laravel-ide-helper

    IDE Helper for Laravel

    Project mention: Setting up neovim for Laravel development | dev.to | 2024-12-22

    Laravel can confuse LSPs, which is where Laravel IDE Helper package comes in. It is a CLI that generates helper files that improve auto-completion and solves diagnostic errors.

  12. Cachet

    🚦 Cachet, the open-source, self-hosted status page system.

  13. sage

    WordPress starter theme with Laravel Blade components and templates, Tailwind CSS, and block editor support

    Project mention: WP21 | news.ycombinator.com | 2024-05-28

    What's the best skeleton theme to build your own theme on in 2024, that supports Full site editing, Gutenberg etc?

    After a decade away from WP I wanted to set up a new site. The default 2024 theme doesn't meet my needs, and I couldn't find a modern skeleton theme where I could add in Tailwind and build what I wanted. I've used https://roots.io/sage/ previously but they're moving further and further away from the WP way of doing things.

  14. Laravel-Excel

    🚀 Supercharged Excel exports and imports in Laravel

  15. laravel-permission

    Associate users with roles and permissions

  16. jwt-auth

    🔐 JSON Web Token Authentication for Laravel & Lumen

  17. october

    Self-hosted CMS platform based on the Laravel PHP Framework.

    Project mention: Democratising Publishing | news.ycombinator.com | 2024-11-01

    You've convinced me to give it another shot. Another commenter also pointed out Drupal's complexities, which I should have realized, in retrospect.

    I am also looking at October, which sounds like it checks some of my boxes, but we'll see. Thankfully, there is no time-table for this project, so I can try a few things out before we settle.

    https://github.com/octobercms/october

  18. Invoice Ninja

    A source-available invoice, quote, project and time-tracking app built with Laravel

    Project mention: Akaunting is free, open-source online accounting software for small businesses | news.ycombinator.com | 2024-04-23

    Invoice Ninja license is even worse: https://github.com/invoiceninja/invoiceninja/blob/v5-stable/...

  19. Akaunting

    Online Accounting Software

    Project mention: Akaunting is free, open-source online accounting software for small businesses | news.ycombinator.com | 2024-04-23
  20. Crater Invoice

    Open Source Invoicing Solution for Individuals & Businesses

    Project mention: Building a Managed Service Provider Business With Open Source | dev.to | 2024-04-04

    Crater - GitHub

  21. aimeos-laravel

    Laravel ecommerce package for ultra fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce

  22. lang

    List of 127 languages for Laravel Framework, Laravel Jetstream, Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova, Laravel Spark and Laravel UI.

  23. Laravel 6

    Powerful REPL for the Laravel framework.

  24. panel

    Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.

  25. laravel-mongodb

    A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)

  26. SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

PHP Laravel discussion

Log in or Post with

PHP Laravel related posts

  • 19+ Laravel Best Practices for Developers in 2024

    4 projects | dev.to | 14 Mar 2025
  • What is PIM Software and Why It’s Essential for Business?

    1 project | dev.to | 12 Mar 2025
  • Laravel Auto CRUD Generator: Save 8+ Hours Per Project

    1 project | dev.to | 11 Mar 2025
  • Efficiently Managing Telescope Entries with Laravel-Telescope-Flusher

    2 projects | dev.to | 10 Mar 2025
  • MoonShine v3: Key Changes and New Features in the Open-Source Admin Panel for Laravel

    4 projects | dev.to | 9 Mar 2025
  • Route Declaration Order: Laravel's Hidden Routing Rule

    1 project | dev.to | 8 Mar 2025
  • Move from DDD Laravel make command to Codestarter (fase 2)

    3 projects | dev.to | 8 Mar 2025
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 16 Mar 2025
    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. Learn more →

Index

What are some of the best open-source Laravel projects in PHP? This list will help you:

# Project Stars
1 Laravel 33,277
2 Monica 22,363
3 filament 22,071
4 laravel-debugbar 18,050
5 Bagisto 17,334
6 koel 16,296
7 BookStack 16,215
8 Flarum 15,630
9 laravel-ide-helper 14,449
10 Cachet 14,327
11 sage 12,891
12 Laravel-Excel 12,427
13 laravel-permission 12,380
14 jwt-auth 11,366
15 october 11,083
16 Invoice Ninja 8,654
17 Akaunting 8,417
18 Crater Invoice 7,980
19 aimeos-laravel 7,630
20 lang 7,581
21 Laravel 6 7,376
22 panel 7,267
23 laravel-mongodb 7,044

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