Skip to content
/ mary Public
forked from robsontenorio/mary

Laravel blade components for Livewire 3

License

Notifications You must be signed in to change notification settings

saqijaan/mary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

https://mary-ui.com

Contributing

  • Clone the repositoy git clone git@github.com:robsontenorio/mary.git into some folder inside your app.

  • Change composer.json from your app

"minimum-stability": "dev",      // <- change to "dev"
"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 77.4%
  • CSS 22.6%