Skip to content

godruoyi/laravel-tabler-ui

Repository files navigation

Laravel Tabler UI

Total Downloads Latest Stable Version License

Introduction

Laravel ui package for tabler presets.

Installing

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

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

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

Usage

// Generate basic scaffolding...
php artisan ui tabler

// or

// Generate login / registration scaffolding...
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:

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.