承接 kometsoft/laravel-ui 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

kometsoft/laravel-ui

最新稳定版本:v1.0.2

Composer 安装命令:

composer require kometsoft/laravel-ui

包简介

UI kits for rapid Laravel app development

README 文档

README

A package for integration of Tabler UI kits, with ready-to-use components and customization options.

Installation

Install laravel/ui package:

composer require laravel/ui

Once the laravel/ui package has been installed, you may install the frontend scaffolding using the ui Artisan command:

php artisan ui bootstrap --auth

You can install the package via composer:

composer require kometsoft/laravel-ui

Usage

  1. Publish assets
php artisan vendor:publish --tag=ui-assets
  1. Add the @ui Blade directive to your main layout

Consider removing your existing Bootstrap imports. Only import what you need on the page.

@ui(['tabler-core', 'tabler-icons', 'tom-select', 'litepicker', 'apexcharts', 'alpinejs', 'datatables.net', 'jquery'])

Updating

  1. Update the composer package
composer update kometsoft/laravel-ui
  1. Force publish ui:assets tag
php artisan vendor:publish --tag=ui-assets --force
  1. (Optional) If you are using a custom tabler.min.css, make sure you override the file contents.
cp resources/css/<custom-tabler-theme> public/vendor/ui/tabler-core/css/tabler.min.css

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 405
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-04-17