Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Mary Laravel Package

robsontenorio/mary

Gorgeous Livewire UI components for Laravel, powered by Tailwind CSS and daisyUI. maryUI provides ready-to-use, polished components to build modern apps faster, with full documentation, community support, and MIT license.

View on GitHub
Deep Wiki
Context7
2.8.1

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/2.8.0...2.8.1

2.8.0

What's Changed

Breaking change

Upgrade to the latest VanillaCalendarPro v3 version.

<script src="https://cdn.jsdelivr.net/npm/vanilla-calendar-pro@3.1.0/index.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/vanilla-calendar-pro@3.1.0/styles/index.min.css" rel="stylesheet">

Actually you just need to update the CDN scripts. Additionally if you use the $config object, take a look at VanillaCalendarPro api docs. If you don't, you are good to go.

Full Changelog: https://github.com/robsontenorio/mary/compare/2.7.2...2.8.0

2.7.2

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/2.7.1...2.7.2

2.7.1

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/2.7.0...2.7.1

2.7.0

What's Changed

🚨 Breaking change 🚨

Change the version to 2.7.0

<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/robsontenorio/mary@2.7.0/libs/currency.js"></script>

Until now, we had a naive implementation using the Currency static class. This led to unexpected behavior during the blur events.

Now, currency.js is properly implemented by keeping its instances isolated through components.


New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/2.6.0...2.7.0

2.5.1

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/2.5.0...2.5.1

2.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/2.4.10...2.5.0

2.4.10
2.4.9

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/2.4.8...2.4.9

2.4.8

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/2.4.7...2.4.8

2.4.7

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/2.4.6...2.4.7

2.4.6

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/2.4.5...2.4.6

2.4.5

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/2.4.4...2.4.5

2.4.4
2.4.3

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/2.4.2...2.4.3

2.4.2

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/2.4.1...2.4.2

2.4.1

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/2.4.0...2.4.1

2.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/2.3.0...2.4.0

2.3.0

What's Changed

Breaking change 💢

The <x-menu> and <x-menu-sub> property "enabled" was renamed to "hidden" for better naming consistency.

Before

<x-menu-item :enabled="false" >
<x-menu-sub  :enabled="false" >

After

<x-menu-item :hidden="true" />
<x-menu-sub :hidden="true" />

Because now we have a new property called disabled

<x-menu-item :disabled="true" />
<x-menu-item :hidden="true" />

<x-menu-sub :disabled="true" />
<x-menu-sub :hidden="true" />

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/2.2.3...2.3.0

2.2.3

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/2.2.2...2.2.3

2.2.2

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/2.2.1...2.2.2

2.1.0

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/2.0.1...2.1.0

1.41.8
1.41.7

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/1.41.6...1.41.7

1.41.3
1.41.2
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport
twbs/bootstrap4
php-http/client-implementation
phpcr/phpcr-implementation
cucumber/gherkin-monorepo
haydenpierce/class-finder
psr/simple-cache-implementation