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
Tags
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
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
License
Laravel UI is open-sourced software licensed under the MIT license.