godruoyi / laravel-tabler-ui
Laravel ui package for tabler presets.
dev-master
2022-05-30 12:12 UTC
Requires
- php: ^7.2.5 | ^8.0
- illuminate/console: ^7.0 | ^8.0 | ^9.0
- illuminate/filesystem: ^7.0 | ^8.0| ^9.0
- illuminate/support: ^7.0 | ^8.0| ^9.0
- laravel/ui: ^2.1 | ^3.0
This package is auto-updated.
Last update: 2024-10-29 05:53:45 UTC
README
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.