|
5 | 5 |
|
6 | 6 | [![Stable Version][badge_stable]][link_packagist] |
7 | 7 | [![Total Downloads][badge_downloads]][link_packagist] |
8 | | -[![Github Workflow Status][badge_build]][link_build] |
9 | 8 | [![License][badge_license]][link_license] |
10 | 9 |
|
11 | 10 | **Laravel Feeds** is an easy and fast way to export large amounts of data into feeds for marketplaces and other |
@@ -76,18 +75,12 @@ php artisan feed:generate |
76 | 75 | This package is licensed under the[MIT License](LICENSE). |
77 | 76 |
|
78 | 77 |
|
79 | | -[badge_build]:https://img.shields.io/github/actions/workflow/status/TheDragonCode/laravel-feeds/tests.yml?style=flat-square |
80 | | - |
81 | 78 | [badge_downloads]:https://img.shields.io/packagist/dt/dragon-code/laravel-feeds.svg?style=flat-square |
82 | 79 |
|
83 | 80 | [badge_license]:https://img.shields.io/packagist/l/dragon-code/laravel-feeds.svg?style=flat-square |
84 | 81 |
|
85 | 82 | [badge_stable]:https://img.shields.io/github/v/release/TheDragonCode/laravel-feeds?label=packagist&style=flat-square |
86 | 83 |
|
87 | | -[link_build]:https://github.com/TheDragonCode/laravel-feeds/actions |
88 | | - |
89 | 84 | [link_license]:LICENSE |
90 | 85 |
|
91 | 86 | [link_packagist]:https://packagist.org/packages/dragon-code/laravel-feeds |
92 | | - |
93 | | -[link_website]:https://deploy-operations.dragon-code.pro |