Skip to content
forked from robsontenorio/mary

Laravel blade components for Livewire 3

License

Notifications You must be signed in to change notification settings

beyondCRUD/mary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ❤️

Follow me

@robsontenorio

Contributing

Clone the repository into some folder inside your app.

git clone git@github.com: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

About

Laravel blade components for Livewire 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 90.9%
  • JavaScript 7.6%
  • Blade 1.5%