Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ksassnowski committed Apr 29, 2019
1 parent 6b0430c commit 7228988
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Code Climate](https://codeclimate.com/github/ksassnowski/laravel-beanstalkd-admin-ui/badges/gpa.svg)](https://codeclimate.com/github/ksassnowski/laravel-beanstalkd-admin-ui)
[![Build Status](https://travis-ci.org/Dionera/laravel-beanstalkd-admin-ui.svg?branch=master)](https://travis-ci.org/Dionera/laravel-beanstalkd-admin-ui)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/656659a9-5b94-453f-9780-f6b48c49f15f/mini.png)](https://insight.sensiolabs.com/projects/656659a9-5b94-453f-9780-f6b48c49f15f)
[![Current Version](https://img.shields.io/badge/version-1.1.0-blue.svg)](https://img.shields.io/badge/version-0.4.0-blue.svg)
[![Current Version](https://img.shields.io/badge/version-1.1.0-blue.svg)](https://img.shields.io/badge/version-2.0.0-blue.svg)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://img.shields.io/badge/license-MIT-blue.svg)

![](preview.png)
Expand All @@ -18,6 +18,8 @@ Require the package through composer
composer require dionera/laravel-beanstalkd-ui
```

**Note**: For Laravel versions older than `5.7.28` please install `dionera/laravel-beanstalkd-ui@~1.3.0`.

### Publish assets

Next we need to publish the package's assets. We do this by running the following command:
Expand Down

0 comments on commit 7228988

Please sign in to comment.