Skip to content

Commit 70c2dc7

Browse files
committed
🎍 Update readme and license.
1 parent 6864863 commit 70c2dc7

File tree

3 files changed

+39
-29
lines changed

3 files changed

+39
-29
lines changed

LICENSE.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) Godruoyi
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is furnished
8+
to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.

README.md

+10-28
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,12 @@
1-
<h1 align="center">Laravel Tabler UI</h1>
2-
<div>
3-
<p align="center">Laravel ui package tabler presets.</p>
4-
<p align="center">
5-
<a href="https://scrutinizer-ci.com/g/godruoyi/laravel-tabler-ui/">
6-
<image src="https://scrutinizer-ci.com/g/godruoyi/laravel-tabler-ui/badges/quality-score.png?b=master" alt="quality score">
7-
</a>
8-
<a href="https://github.com/godruoyi/laravel-tabler-ui">
9-
<image src="https://github.styleci.io/repos/201936013/shield?branch=master" alt="godruoyi laravel-tabler-ui">
10-
</a>
11-
<a href="https://github.com/godruoyi/laravel-tabler-ui">
12-
<image src="https://poser.pugx.org/godruoyi/laravel-tabler-ui/license" alt="License">
13-
</a>
14-
<a href="https://packagist.org/packages/godruoyi/laravel-tabler-ui">
15-
<image src="https://poser.pugx.org/godruoyi/laravel-tabler-ui/v/stable" alt="Packagist Version">
16-
</a>
17-
<a href="https://scrutinizer-ci.com/g/godruoyi/laravel-tabler-ui/">
18-
<image src="https://scrutinizer-ci.com/g/godruoyi/laravel-tabler-ui/badges/build.png?b=master" alt="build passed">
19-
</a>
20-
<a href="https://github.com/godruoyi/laravel-tabler-ui">
21-
<image src="https://poser.pugx.org/godruoyi/laravel-tabler-ui/downloads" alt="Total Downloads">
22-
</a>
23-
</p>
24-
</div>
1+
# Laravel Tabler UI
2+
3+
<a href="https://packagist.org/packages/godruoyi/laravel-tabler-ui"><img src="https://poser.pugx.org/godruoyi/laravel-tabler-ui/d/total.svg" alt="Total Downloads"></a>
4+
<a href="https://packagist.org/packages/godruoyi/laravel-tabler-ui"><img src="https://poser.pugx.org/godruoyi/laravel-tabler-ui/v/stable.svg" alt="Latest Stable Version"></a>
5+
<a href="https://packagist.org/packages/godruoyi/laravel-tabler-ui"><img src="https://poser.pugx.org/godruoyi/laravel-tabler-ui/license.svg" alt="License"></a>
6+
7+
## Introduction
8+
9+
Laravel ui package tabler presets.
2510

2611
## Installing
2712

@@ -39,10 +24,7 @@ You can contribute in one of three ways:
3924

4025
1. File bug reports using the [issue tracker](https://github.com/godruoyi/laravel-tabler-ui/issues).
4126
2. Answer questions or fix bugs on the [issue tracker](https://github.com/godruoyi/laravel-tabler-ui/issues).
42-
3. Contribute new features or update the wiki.
43-
44-
_The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable._
4527

4628
## License
4729

48-
MIT
30+
Laravel UI is open-sourced software licensed under the [MIT license](LICENSE.md).

composer.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,22 @@
22
"name": "godruoyi/laravel-tabler-ui",
33
"description": "Package description here.",
44
"license": "MIT",
5+
"keywords": ["Laravel UI", "bootstrap", "tabler", "laravel tabler"],
6+
"homepage": "https://github.com/godruoyi/laravel-tabler-ui",
7+
"type": "library",
58
"authors": [
69
{
710
"name": "Godruoyi",
811
"email": "[email protected]"
912
}
1013
],
11-
"require": {},
14+
"require": {
15+
"php": "^7.2.5",
16+
"illuminate/console": "^7.0",
17+
"illuminate/filesystem": "^7.0",
18+
"illuminate/support": "^7.0",
19+
"laravel/ui": "^2.1"
20+
},
1221
"autoload": {
1322
"psr-4": {
1423
"Godruoyi\\LaravelTablerUi\\": "src"

0 commit comments

Comments
 (0)