• Stars
    star
    616
  • Rank 70,004 (Top 2 %)
  • Language
    PHP
  • License
    Other
  • Created 9 months ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Laravel Blade UI Components for Livewire 3

Introduction

Mary is a set of gorgeous Laravel blade components made for Livewire 3 and styled with DaisyUI and Tailwind.

Official Documentation

You can read the official documentation on the Mary website.

Sponsor

Let's keep pushing it, sponsor me โค๏ธ

Contributing

Clone the repository into some folder inside your app.

git clone [email protected]:robsontenorio/mary.git

Change composer.json from your app

"minimum-stability": "dev",      // <- change to "dev"

// Add this
"repositories": {
    "robsontenorio/mary": {
        "type": "path",
        "url": "/path/to/mary",  // <- change the path
        "options": {
            "symlink": true
        }
    }
}

Require the package again for local symlink.

composer require robsontenorio/mary

Start dev

yarn dev

Follow me

@robsontenorio