robsontenorio/mary 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

robsontenorio/mary

最新稳定版本:2.5.0

Composer 安装命令:

composer require robsontenorio/mary

包简介

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

README 文档

README

Introduction

The maryUI package is a set of Gorgeous UI components for Livewire powered by daisyUI and 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

@robsontenorio

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 the dev server.

yarn dev

License

MaryUI is open-sourced software licensed under the MIT license.

统计信息

  • 总下载量: 366.99k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1435
  • 点击次数: 1
  • 依赖项目数: 9
  • 推荐数: 0

GitHub 信息

  • Stars: 1435
  • Watchers: 21
  • Forks: 193
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-07-30