Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/godruoyi/laravel-tabler-ui
Laravel UI package for tabler presets .
https://github.com/godruoyi/laravel-tabler-ui
bootstrap laravel-tabler laravel-ui tabler tabler-ui
Last synced: 2 months ago
JSON representation
Laravel UI package for tabler presets .
- Host: GitHub
- URL: https://github.com/godruoyi/laravel-tabler-ui
- Owner: godruoyi
- License: mit
- Created: 2020-07-21T07:23:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-30T12:12:57.000Z (over 2 years ago)
- Last Synced: 2024-11-02T08:41:49.644Z (3 months ago)
- Topics: bootstrap, laravel-tabler, laravel-ui, tabler, tabler-ui
- Language: PHP
- Homepage: https://laravel-tabler-ui-preview.godruoyi.com/
- Size: 30.3 KB
- Stars: 11
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Tabler UI
## Introduction
Laravel ui package for tabler presets.
## Installing
```shell
$ composer require godruoyi/laravel-tabler-ui -vvv
```The official version hasn't been released, you can install dev-master via:
```shell
$ 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](https://github.com/laravel/ui).
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](https://laravel-tabler-ui-preview.godruoyi.com/)
## Contributing
You can contribute in one of three ways:
1. File bug reports using the [issue tracker](https://github.com/godruoyi/laravel-tabler-ui/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/godruoyi/laravel-tabler-ui/issues).## License
Laravel UI is open-sourced software licensed under the [MIT license](LICENSE.md).