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

Commit 9cb5fb1

Browse files
committed
Merge branch 'main' of github.com:coderflexx/laracommand into v2
2 parents 8bbad54 + 9624d6a commit 9cb5fb1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to `Laracommand` will be documented in this file.
44

5+
## v2.0.0 - 2022-02-10
6+
7+
## Add
8+
9+
Laravel 9 Support
10+
511
## v1.2.0 - 2022-02-10
612

713
## Add

README.md

Lines changed: 6 additions & 1 deletion
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)