Skip to content

Laravel blade components for Livewire 3

Notifications You must be signed in to change notification settings

robsontenorio/mary-ui.com

Repository files navigation

Introduction

This is the source code of mary-ui.com . Are you looking for mary components repository?

Sponsor

Let's keep pushing it, sponsor me ❤️

Discord

Come to say hello on maryUI Discord

Follow me

@robsontenorio

Contributing

This website is made with Laravel, Livewire, Volt and maryUI.

Clone the repository.

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

Create .env from .env.example and adjust few vars.

APP_ENV=local
APP_DEBUG=true

Install, migrate and start.

composer start

Done! See http:https://localhost:8018


⚠️ It uses SQLITE for dynamic examples.