Package Data | |
---|---|
Maintainer Username: | robsontenorio |
Maintainer Contact: | rrtenorio@gmail.com (Robson Tenório) |
Package Create Date: | 2023-07-30 |
Package Last Update: | 2024-11-12 |
Home Page: | https://mary-ui.com |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-13 15:01:57 |
Package Statistics | |
---|---|
Total Downloads: | 94,070 |
Monthly Downloads: | 14,534 |
Daily Downloads: | 827 |
Total Stars: | 1,047 |
Total Watchers: | 12 |
Total Forks: | 129 |
Total Open Issues: | 5 |
MaryUI is a set of gorgeous Laravel Blade UI Components made for Livewire 3 and styled around daisyUI + Tailwind.
You can read the official documentation on the maryUI website.
Let's keep pushing it, sponsor me ❤️
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
MaryUI is open-sourced software licensed under the MIT license.