Skip to content

Commit 271c439

Browse files
committed
Adding badges on readme.md
1 parent 47eef3e commit 271c439

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Bootstrap 4 forms for Laravel 5
22

3+
[![Latest Version on Packagist][ico-version]][link-packagist]
4+
[![Total Downloads][ico-downloads]][link-downloads]
5+
36
This is a package for creating Bootstrap 4 styled form elements in Laravel 5.
47

58
## Features
@@ -893,3 +896,8 @@ You can use chaining feature to use a lot of settings for each component
893896

894897
{!!Form::close()!!}
895898
```
899+
900+
[ico-version]: https://img.shields.io/packagist/v/netojose/laravel-bootstrap-4-forms.svg?style=flat-square
901+
[ico-downloads]: https://img.shields.io/packagist/dt/netojose/laravel-bootstrap-4-forms.svg?style=flat-square
902+
[link-packagist]: https://packagist.org/packages/netojose/laravel-bootstrap-4-forms
903+
[link-downloads]: https://packagist.org/packages/netojose/laravel-bootstrap-4-forms

0 commit comments

Comments
 (0)