Skip to content
This repository was archived by the owner on Nov 11, 2022. It is now read-only.

Commit 9624d6a

Browse files
committed
update README.md
1 parent a887a68 commit 9624d6a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
[![Latest Version on Packagist](https://img.shields.io/packagist/v/coderflexx/laracommand.svg?style=flat-square)](https://packagist.org/packages/coderflexx/laracommand)
99
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/coderflexx/laracommand/run-tests?label=tests)](https://github.com/coderflexx/Laracommand/actions?query=workflow%3Arun-tests+branch%3Amain)
1010
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/coderflexx/laracommand/Check%20&%20fix%20styling?label=code%20style)](https://github.com/coderflexx/laracommand/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
11-
[![Total Downloads](https://img.shields.io/packagist/dt/coderflexx/laracommand.svg?style=flat-square)](https://packagist.org/packages/coderflexx/laracommand)
1211

1312
A Cli tool to save you time, and gives you the power to scaffold all of your models,controllers,commands... at once
1413

@@ -20,6 +19,12 @@ You can install the package via composer:
2019
composer require coderflexx/laracommand --dev
2120
```
2221

22+
Or, if you are using `v8` you can install `v1.*`
23+
24+
```bash
25+
composer require "coderflexx/laracommand ^1" --dev
26+
```
27+
2328

2429
## Usage
2530

0 commit comments

Comments
 (0)