Skip to content

Commit a227fca

Browse files
authored
Update README.md
1 parent 999167d commit a227fca

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Laravel IDE Helper Generator
22

3-
[![Latest Version on Packagist][ico-version]][link-packagist]
4-
[![Software License][ico-license]](LICENSE.md)
5-
[![Build Status][ico-gha]][link-gha]
6-
[![Total Downloads][ico-downloads]][link-downloads]
3+
[![Tests](https://github.com/barryvdh/laravel-ide-helper/actions/workflows/run-tests.yml/badge.svg)](https://github.com/barryvdh/laravel-ide-helper/actions)
4+
[![Packagist License](https://poser.pugx.org/barryvdh/laravel-ide-helper/license.png)](http://choosealicense.com/licenses/mit/)
5+
[![Latest Stable Version](https://poser.pugx.org/barryvdh/laravel-ide-helper/version.png)](https://packagist.org/packages/barryvdh/laravel-ide-helper)
6+
[![Total Downloads](https://poser.pugx.org/barryvdh/laravel-ide-helper/d/total.png)](https://packagist.org/packages/barryvdh/laravel-ide-helper)
7+
[![Fruitcake](https://img.shields.io/badge/Powered%20By-Fruitcake-b2bc35.svg)](https://fruitcake.nl/)
78

89
**Complete PHPDocs, directly from the source**
910

@@ -439,10 +440,3 @@ Lumen 5.1+ will read this file for configuration parameters if it is present, an
439440

440441
The Laravel IDE Helper Generator is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
441442

442-
[ico-version]: https://img.shields.io/packagist/v/barryvdh/laravel-ide-helper.svg?style=flat-square
443-
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
444-
[ico-gha]: https://github.com/barryvdh/laravel-ide-helper/workflows/Tests/badge.svg
445-
[ico-downloads]: https://img.shields.io/packagist/dt/barryvdh/laravel-ide-helper.svg?style=flat-square
446-
[link-packagist]: https://packagist.org/packages/barryvdh/laravel-ide-helper
447-
[link-gha]: https://github.com/barryvdh/laravel-ide-helper/actions
448-
[link-downloads]: https://packagist.org/packages/barryvdh/laravel-ide-helper

0 commit comments

Comments
 (0)