项目作者: godruoyi

项目描述 :
Laravel UI package for tabler presets .
高级语言: PHP
项目地址: git://github.com/godruoyi/laravel-tabler-ui.git
创建时间: 2020-07-21T07:23:56Z
项目社区:https://github.com/godruoyi/laravel-tabler-ui

开源协议:MIT License

下载


Laravel Tabler UI

Total Downloads
Latest Stable Version
License

Introduction

Laravel ui package for tabler presets.

Installing

  1. $ composer require godruoyi/laravel-tabler-ui -vvv

The official version hasn’t been released, you can install dev-master via:

  1. $ composer require godruoyi/laravel-tabler-ui:dev-master

Usage

  1. // Generate basic scaffolding...
  2. php artisan ui tabler
  3. // or
  4. // Generate login / registration scaffolding...
  5. php artisan ui tabler --auth

More use go to Laravel Ui Official Documentation.

If you want use Chinese language for authentication views, you can publish zh_CN.json to resource/lang:

  1. php artisan vendor:publish --tag=laravel-tabler-lang-cn

Preview

OnLine preview

Contributing

You can contribute in one of three ways:

  1. File bug reports using the issue tracker.
  2. Answer questions or fix bugs on the issue tracker.

License

Laravel UI is open-sourced software licensed under the MIT license.