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