Livewire v4 released! try it →

Contributing

Please, consider adding RTL support when submitting new components. See this post Tailwind Simplified RTL support with logical properties. Here is an example of refactoring PR.

Components

Clone the repository into your project root.

git clone [email protected]:robsontenorio/mary.git packages/mary

Add the local repository to composer config.

composer config repositories.local '{"type": "path", "url": "packages/mary"}'

Require the package again for local symlink.

composer require robsontenorio/mary:@dev

Start the dev server.

yarn dev

You can roll back to the stable version by removing the local repository and requiring the package again.

composer config --unset repositories.local
composer require robsontenorio/mary

Docs

This website is made with Laravel, Livewire and maryUI.

git clone [email protected]:robsontenorio/mary-ui.com.git

Create the .env from .env.example.

Install, migrate and start.

composer start

See http://localhost:8018


Made with by Robson Tenório and contributors.