Looking to hire Laravel developers? Try LaraJobs

laravel-tabler-ui maintained by godruoyi

Description
Laravel ui package for tabler presets.
Author
Last update
2022/05/30 14:12 (dev-master)
License
Downloads
307

Comments
comments powered by Disqus

Laravel Tabler UI

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.