zacksmash/breeze-uikit

Breeze 驱动的 Laravel UI 替代方案

v1.1.2 2022-05-27 14:25 UTC

This package is auto-updated.

Last update: 2024-09-27 19:23:56 UTC


README

安装

要开始使用,您需要使用 Composer 安装 Laravel Breeze

composer require zacksmash/breeze-uikit

接下来,您需要运行安装命令

php artisan breeze:uikit

此命令会将 BreezeUIkits 的 视图和资源发布到您的项目中。

  • 所有 auth 视图
  • 一个针对 UIkit 调整的 webpack.mix.js 文件
  • 一个 package.json 文件,用于所需 NPM 模块
  • 一个略微有偏见的 .editorconfig 文件
  • 一个 .gitignore 文件
  • 一个新的 user/profile 路由

许可证

BreezeUIkit 是开源软件,根据 MIT 许可证 许可。