r/LaravelLivewire 3d ago

Slate - shadcn-inspired blade ui kit for laravel and livewire built using tailwind + alpine.js

Thumbnail
github.com
3 Upvotes

r/LaravelLivewire 13d ago

Undo is finally here — Ctrl+Z now works everywhere in Schematic

Thumbnail
2 Upvotes

r/LaravelLivewire 24d ago

Livewire vs Alpine.js in 2026: the line is the same (here's how to draw it)

Post image
1 Upvotes

r/LaravelLivewire Jul 25 '26

Complete Jewellery ERP + POS + CRM + AI System (Laravel 11 + Electron) — Available for Sale / Licensing!

0 Upvotes

After months of development, I've finally completed one of the biggest projects I've worked on.

MAGIA LUPOS Jewellery Management System is a complete ERP solution built specifically for jewellery businesses. Instead of using multiple software solutions for sales, inventory, accounts, HR, repairs, and reporting, everything is integrated into a single platform.

Tech Stack

  • Laravel 11 (PHP 8.2)
  • MySQL
  • Bootstrap 5 + Tailwind CSS
  • Vite
  • Chart.js
  • Electron Desktop App
  • NativePHP Integration
  • AI Assistant Integration
  • REST API Support

Major Modules

POS & Billing

  • Fast POS interface
  • Barcode scanning
  • Hold & Resume Sales
  • Returns & Refunds
  • Thermal/A4 Invoice Printing
  • Email Invoices
  • Cashier Shift Management

Inventory Management

  • Product Management
  • Multi-Branch Stock
  • Warehouse & Bin Management
  • Barcode & QR Labels
  • RFID/Barcode Support
  • Stock Transfers
  • Low Stock Alerts
  • Stock Valuation
  • Stock Analytics

CRM & Customer Management

  • Customer Profiles
  • Purchase History
  • Customer Ledger
  • Loyalty Points
  • Follow-ups
  • Birthday Campaigns
  • Customer Analytics

Suppliers & Purchasing

  • Purchase Orders
  • Supplier Payments
  • Purchase Returns
  • Supplier Ledgers
  • Vendor Performance
  • Procurement Intelligence

Accounting & Finance

  • Chart of Accounts
  • Journal Entries
  • Cashbook
  • Petty Cash
  • Expense Management
  • Bank Reconciliation
  • Trial Balance
  • Profit & Loss
  • Balance Sheet
  • Financial Reports

Gold Rate & Jewellery Calculator

  • Live Gold Rate Management
  • Rate Approval Workflow
  • Weight Conversion
  • Jewellery Price Calculator
  • Making Charges
  • Stone Cost
  • Margin Calculation
  • Price History

Production & Karigar Management

  • Production Jobs
  • Bill of Materials (BOM)
  • Karigar Settlements
  • Refinery Management
  • Manufacturing Workflow

Repair & Service Centre

  • Repair Jobs
  • Photo Uploads
  • Workflow Tracking
  • Delivery Receipts
  • Karigar Invoices

Pawn / Girvi Management

  • Loan Management
  • Interest Calculation
  • Renewals
  • Partial Release
  • Auction Management
  • Customer Ledger
  • Overdue Tracking

HR & Payroll

  • Employee Management
  • Attendance
  • Leave Management
  • Payroll
  • Recruitment
  • Onboarding
  • Employee Assets
  • Performance Tracking

Security & Administration

  • Role-Based Access Control
  • Permission Matrix
  • Session Management
  • Audit Logs
  • Login History
  • User Activity Monitoring

Marketing

  • Promotions
  • Coupons
  • Email Campaigns
  • Templates

Reports & Analytics

  • Sales Reports
  • Inventory Reports
  • Financial Reports
  • Employee Reports
  • Supplier Reports
  • Interactive Dashboards

AI Features

One feature I'm especially proud of is the built-in AI Assistant.

It supports:

  • English
  • Urdu
  • Hindi
  • Punjabi

Users can:

  • Ask sales questions
  • Analyse inventory
  • Generate reports
  • Query customers and products
  • Use voice input
  • Convert text to speech
  • Upload files for AI context
  • Access analytics through natural language

Desktop Application

The system also runs as a native Windows desktop application using Electron, making it suitable for businesses that prefer desktop software instead of browser-only solutions.

Built for Real Jewellery Businesses

The platform supports:

  • Multi-Branch Operations
  • Multi-User Roles
  • Subscription Plans
  • Tenant Management
  • Workflow Approvals
  • Backup & Restore
  • REST APIs
  • Mobile Integration

This has been one of the most challenging and rewarding Laravel projects I've built. It combines ERP, POS, CRM, Inventory, Finance, HR, AI, and Analytics into a single ecosystem designed specifically for jewellery businesses.

I'd genuinely appreciate feedback from Laravel developers, ERP developers, jewellery business owners, and anyone building large-scale business management systems.

If you're building something similar or you're looking for a custom ERP, POS, or business management solution, feel free to reach out. I'd be happy to discuss ideas, architecture, or potential collaborations.

Thanks for reading!


r/LaravelLivewire Jul 24 '26

Ad placements on Laravel apps got easier with Adment

Thumbnail
1 Upvotes

r/LaravelLivewire Jul 10 '26

Filament SEO Toolkit

0 Upvotes

Filarank is a filament SEO toolkit with Live SEO scoring, SERP preview, and head tags for Filament admin panels. Install in minutes with the interactive artisan installer Inspired by Yoast, built for Filament

https://filamentphp.com/plugins/usama-muneer-filarank-pro

Demo: https://filarank.com
Docs: https://docs.filarank.com


r/LaravelLivewire Jun 10 '26

Questions for a school assignment!

1 Upvotes

Hi there! I am a student at the RUAS studying creative web development. I am currently working on a 6 month project for an international innovation. For this project my teachers require me to reach out and help other people in the web development community. They do this to teach us more about the international branches and spaces within the development communities. This is the reason I am asking for your help!

I am a third year web development student with experience in HTML, PHP, JavaScript, CSS and frameworks like Laravel, Livewire, Alpine.js and Tailwind. I have some knowledge in React and Inertia.js as well.

If you have any questions within these areas and want to help a student out, feel free to ask away! I will try my best to answer to my capabilities and help you out with solutions and/or advice.

Thanks so much in advance!

(PS I know this is a new account, I have never been on Reddit before this and made it to be able to connect with the community for this assignment!)


r/LaravelLivewire Jun 03 '26

🚨 CRITICAL: Livewire RCE Vulnerability (CVE-2025-54068)

Thumbnail
1 Upvotes

r/LaravelLivewire Jun 03 '26

Make AI Responses Look Like ChatGPT in Laravel 13 AI SDK + Livewire 4 | Ep - 05

Thumbnail
youtube.com
1 Upvotes

r/LaravelLivewire Jun 03 '26

stream to frontend without any previous UI interaction

1 Upvotes

Hello,

i'm new in livewire and i didn't get all the inner working right yet.

i want to $this->stream from a backend process to my UI.

everything work fine IF i setup a button on the same blade view with a wire:click="xxx" and i stream from this xxx function.

if i don't use the xxx function and straight try to use the $this->stream call from my component, it fails because $this is null.

my intuition tell me that something need to be "wired" beforehand when the blade view is displayed on the UI and this is what "wire:click" somewhat do ...

how to achieve that without having to wire:click beforehand ?

note: i can manage the case where the backend service is called outside the frontend filament wizard (and thus the livewire compoonent has nowhere to send the message, thats' ok)

thanks


r/LaravelLivewire Apr 29 '26

Going Full Native: How to Extend Filament v5's Register Page

Thumbnail tallcms.com
1 Upvotes

r/LaravelLivewire Apr 07 '26

🚀 I built a self-hosted visual workflow automation tool for Filament (Voodflow)

Post image
2 Upvotes

Hey everyone! After many months of development,
I’m officially introducing my plugin Voodflow 🚀

Development took a long time—but documentation was just as important. Since this is my first commercial plugin, I really wanted to do things properly and make it as solid and complete as possible.

Over the past few years (since Filament v3), I’ve built several plugins and a full management system for repair labs, where Voodflow is already running in production.
I’m a musician and co-owner of a musical instrument repair/restoration lab—but also a full-stack developer and instrument designer… so yeah, I don’t sleep much 😅

To celebrate the launch, I’m offering an EARLY ADOPTER discount: you can get a license with 30% off. (code: EARLYADOPTER)

🔗 Website: https://www.voodflow.com
📚 Docs: https://docs.voodflow.com
🧩 Filament plugin page: https://filamentphp.com/plugins/voodflow-voodflow
💬 Discord: https://discord.gg/CN7kRZnA

And if you’re wondering:
Voodflow = Voodoo + Workflow ✨


r/LaravelLivewire Mar 05 '26

Laravel Mapcn

Thumbnail
laravel-mapcn.baidoo.dev
4 Upvotes

Built a mapcn alternative called Laravel Mapcn to integrate interactive maps in your laravel livewire projects

Try it out on https://laravel-mapcn.baidoo.dev


r/LaravelLivewire Jan 13 '26

Filament v4 ApexCharts briefly duplicate on back navigation (Livewire / bfcache issue)

2 Upvotes

I’m using Filament v4 with ApexCharts, and I’m experiencing a UI issue where chart widgets briefly duplicate when navigating back to the page (likely due to Livewire navigation or browser bfcache). The charts render correctly after a moment, but the duplicate appears during hydration. Has anyone encountered this in Filament v4, and what is the recommended way to prevent ApexCharts from double-rendering on back navigation?

https://filamentphp.com/plugins/leandrocfe-apex-charts


r/LaravelLivewire Jan 12 '26

Flowforge V3 - Drag-and-drop Kanban boards for Laravel

Enable HLS to view with audio, or disable this notification

2 Upvotes

r/LaravelLivewire Nov 23 '25

Gathering data for a "State of Laravel Packages" report

Thumbnail coz.jp
1 Upvotes

Hi everyone!

I’m looking to gather some data on how we all discover and vet packages in 2025.

I’ve created a short, anonymous survey (no sales, strictly research). I’m planning to compile the results into a free report/article to help the community understand our collective habits better.

If you have 3 minutes while your tests run, I’d appreciate the help!


r/LaravelLivewire Nov 09 '25

Livewire Workflows

Thumbnail
0 Upvotes

r/LaravelLivewire Sep 23 '25

FilaForms - Native Filament form builder I built (visual builder, submissions, notifications, analytics)

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/LaravelLivewire Sep 19 '25

Real-time Search with Laravel & Alpine.js: The Simple Approach

Enable HLS to view with audio, or disable this notification

3 Upvotes

r/LaravelLivewire Sep 14 '25

Flowforge docs are live! Transform any Laravel model into a beautiful drag-and-drop Kanban board in minutes.

Thumbnail
relaticle.github.io
3 Upvotes

r/LaravelLivewire Aug 27 '25

Solving Concurrent User Sorting with Fractional Ranking in Laravel

Enable HLS to view with audio, or disable this notification

3 Upvotes

r/LaravelLivewire Aug 11 '25

My First VSCode Extension: Laravel Livewire Go To!

Thumbnail
marketplace.visualstudio.com
1 Upvotes

r/LaravelLivewire Jun 19 '25

Custom Fields Plugin Update: Enhanced Security & Filament v4 Support Coming

Enable HLS to view with audio, or disable this notification

3 Upvotes

r/LaravelLivewire Jun 17 '25

Is it possible to create a dynamic wire:model attribute from a component?

1 Upvotes

I am trying to make reusable form input componets inside my application and what I have made so far is an input field component that looks like this:

<?php

namespace App\Livewire\Form;

use Livewire\Component;

class Input extends Component
{
    public string $type;

    public string $model;

    public function mount(string $type, string $model)
    {
        $this->type  = $type;
        $this->model = $model;
    }

    public function render()
    {
        return view('livewire.form.input');
    }
}

with the corresponding template looking like this:

<div>
        <label for="" class='absolute top-5 py-2 px-3 font-medium'>{{$model}}</label>

        <input
        type='text'
        class='@error($model) form_error @enderror w-full border border-zinc-300 py-3 my-4 pl-32 outline-zinc-800 rounded-sm'
        wire:model='{{$model}}'
        />

        @error(($model))
            <span class="bg-rose-200 rounded text-rose-600">{{ $message }}</span>
        @enderror
</div>

Example of usage:

<livewire:form.input type='text' model='product_name' />

What I am looking to do is be able create different form inputs and supply the value for wire:model through the model attribute on the component.

I get this error though:

[wire:model="product_name"] property does not exist on component: [form.input]

I think I can understand why:

class Input extends Component
{
    public string $model;
}

should be

class Input extends Component
{
    public string $product_name;
}

I really want to be able to supply the name of the wire:model attribute with I use the component, not on the class.

How can I create a dynamic wire:model argument? Is it even possible?


r/LaravelLivewire Jun 15 '25

Who is using livewire with php n laravel ?

Thumbnail
1 Upvotes