robsontenorio / mary
Laravel Blade UI Components for Livewire 3
Fund package maintenance!
robsontenorio
Installs: 91 044
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1 042
Watchers: 12
Forks: 125
Open Issues: 6
Requires
- blade-ui-kit/blade-heroicons: ^2.3
- illuminate/support: ^10.0|^11.0
- jfcherng/php-diff: ^6.15
- laravel/prompts: ^0|^1
Requires (Dev)
- orchestra/testbench: ^8.21
- phpunit/phpunit: ^10.5
- dev-main
- v2.x-dev
- 1.41.2
- 1.41.1
- 1.41.0
- 1.40.3
- 1.40.2
- 1.40.1
- 1.40.0
- 1.35.9
- 1.35.8
- 1.35.7
- 1.35.6
- 1.35.5
- 1.35.4
- 1.35.3
- 1.35.2
- 1.35.1
- 1.35.0
- 1.34.2
- 1.34.1
- 1.34.0
- 1.33.2
- 1.33.1
- 1.33.0
- 1.32.1
- 1.32.0
- 1.31.3
- 1.31.2
- 1.31.1
- 1.31.0
- 1.30.6
- 1.30.5
- 1.30.4
- 1.30.3
- 1.30.2
- 1.30.1
- 1.30.0
- 1.29.1
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.2
- 1.26.1
- 1.26.0
- 1.25.3
- 1.25.2
- 1.25.1
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.1
- 1.21.0
- 1.20.1
- 1.20.0
- 1.19.2
- 1.19.1
- 1.19.0
- 1.18.2
- 1.18.1
- 1.18.0
- 1.17.1
- 1.17.0
- 1.16.0
- 1.15.1
- 1.15.0
- 1.14.3
- 1.14.2
- 1.14.1
- 1.14.0
- 1.13.2
- 1.13.1
- 1.13.0
- 1.12.0
- 1.11.1
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.0
- 1.0.0-RC.0
- 0.46.1
- 0.46.0
- 0.45.2
- 0.45.1
- 0.45.0
- 0.44.3
- 0.44.2
- 0.44.1
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.1
- 0.39.0
- 0.38.5
- 0.38.4
- 0.38.3
- 0.38.2
- 0.38.1
- 0.38.0
- 0.37.3
- 0.37.2
- 0.37.1
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.1
- 0.34.0
- 0.33.5
- 0.33.4
- 0.33.3
- 0.33.2
- 0.33.1
- 0.33.0
- 0.32.0
- 0.31.2
- 0.31.1
- 0.31.0
- 0.30.2
- 0.30.1
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- dev-table-basic-formatters
This package is auto-updated.
Last update: 2024-11-04 11:58:20 UTC
README
Introduction
MaryUI is a set of gorgeous Laravel Blade UI Components made for Livewire 3 and styled around daisyUI + Tailwind.
Official Documentation
You can read the official documentation on the maryUI website.
Sponsor
Let's keep pushing it, sponsor me ❤️
Discord
Come to say hello on maryUI Discord
Follow me
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
License
MaryUI is open-sourced software licensed under the MIT license.