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
- Publish assets
php artisan vendor:publish --tag=ui-assets
- Add the
@uiBlade 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
- Update the composer package
composer update kometsoft/laravel-ui
- Force publish
ui:assetstag
php artisan vendor:publish --tag=ui-assets --force
- (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
其他信息
- 授权协议: MIT
- 更新时间: 2023-04-17