Skip to content

Commit cd3ec4e

Browse files
committed
chore(docs): update readme
Signed-off-by: Fery Wardiyanto <ferywardiyanto@gmail.com>
1 parent 72229b8 commit cd3ec4e

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

.github/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[![Version](https://img.shields.io/packagist/v/creasi/laravel-package?style=flat-square)](https://packagist.org/packages/creasi/laravel-package)
2+
[![License](https://img.shields.io/packagist/l/creasi/laravel-package?style=flat-square)](https://github.com/creasico/laravel-package/blob/master/LICENSE)
3+
[![Actions Status](https://img.shields.io/github/workflow/status/creasico/laravel-package/Tests/master?style=flat-square&logo=github-actions)](https://github.com/creasico/laravel-package/actions)
4+
5+
# Laravel Package Template
6+
7+
Our Laravel Package Template
8+
9+
## Installation
10+
11+
Use [Composer](https://getcomposer.org/)
12+
13+
```bash
14+
$ composer create-project creasi/laravel-package --prefer-dist
15+
```
16+
17+
## License
18+
19+
This library is open-sourced software licensed under [MIT license](LICENSE).

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,7 @@
44

55
# Laravel Package Template
66

7-
Our Laravel Package Template
8-
9-
## Installation
10-
11-
Use [Composer](https://getcomposer.org/)
12-
13-
```bash
14-
$ composer create-project creasi/laravel-package --prefer-dist
15-
```
16-
17-
## Usage
18-
19-
__SOON__
7+
**WIP**
208

219
## License
2210

0 commit comments

Comments
 (0)