Skip to content

Commit fc5a697

Browse files
committed
Add banner and badges
1 parent af56d99 commit fc5a697

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Artisan Command Palette UI
22

3+
[![relliv Laravel Artisan Command Palette UI](https://preview.dragon-code.pro/relliv/Artisan-Command-Palette-UI.svg?brand=laravel)](https://github.com/laravel-ready/artisan-command-palette-ui)
4+
5+
[![Stable Version][badge_stable]][link_packagist]
6+
[![Unstable Version][badge_unstable]][link_packagist]
7+
[![Total Downloads][badge_downloads]][link_packagist]
8+
[![License][badge_license]][link_license]
9+
310
A beautiful UI for Laravel Artisan commands that provides a command palette interface to search and execute Artisan commands directly from your browser.
411

512
## Installation
@@ -58,3 +65,15 @@ composer test
5865
## License
5966

6067
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
68+
69+
[badge_downloads]: https://img.shields.io/packagist/dt/laravel-ready/artisan-command-palette-ui.svg?style=flat-square
70+
71+
[badge_license]: https://img.shields.io/packagist/l/laravel-ready/artisan-command-palette-ui.svg?style=flat-square
72+
73+
[badge_stable]: https://img.shields.io/github/v/release/laravel-ready/artisan-command-palette-ui?label=stable&style=flat-square
74+
75+
[badge_unstable]: https://img.shields.io/badge/unstable-dev--main-orange?style=flat-square
76+
77+
[link_license]: LICENSE
78+
79+
[link_packagist]: https://packagist.org/packages/laravel-ready/artisan-command-palette-ui

0 commit comments

Comments
 (0)