Skip to content

Commit

Permalink
Update 5.x branch.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Feb 23, 2020
1 parent 688d13c commit 69216a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
23 changes: 5 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ HTML Component for Orchestra Platform
HTML Component extends the functionality of `Illuminate\Html` with the extra functionality to including a chainable Form and Table builder. These set of functionality are the backbone in allowing extensions in Orchestra Platform to attach action to any existing form or table.


[![Build Status](https://travis-ci.org/orchestral/html.svg?branch=master)](https://travis-ci.org/orchestral/html)
[![Build Status](https://travis-ci.org/orchestral/html.svg?branch=5.x)](https://travis-ci.org/orchestral/html)
[![Latest Stable Version](https://poser.pugx.org/orchestra/html/version)](https://packagist.org/packages/orchestra/html)
[![Total Downloads](https://poser.pugx.org/orchestra/html/downloads)](https://packagist.org/packages/orchestra/html)
[![Latest Unstable Version](https://poser.pugx.org/orchestra/html/v/unstable)](//packagist.org/packages/orchestra/html)
[![License](https://poser.pugx.org/orchestra/html/license)](https://packagist.org/packages/orchestra/html)
[![Coverage Status](https://coveralls.io/repos/github/orchestral/html/badge.svg?branch=master)](https://coveralls.io/github/orchestral/html?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/orchestral/html/badge.svg?branch=5.x)](https://coveralls.io/github/orchestral/html?branch=5.x)

## Table of Content

Expand All @@ -28,26 +28,13 @@ Laravel | HTML
5.7.x | 3.7.x
5.8.x | 3.8.x
6.x | 4.x
7.x | 5.x

## Installation

To install through composer, simply put the following in your `composer.json` file:
To install through composer, run the following command from terminal:

```json
{
"require": {
"orchestra/html": "^4.0"
}
}
```

And then run `composer install` from the terminal.

### Quick Installation

Above installation can also be simplified by using the following command:

composer require "orchestra/html=^4.0"
composer require "orchestra/html"

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
"dev-master": "6.0-dev"
}
},
"config": {
Expand Down

0 comments on commit 69216a5

Please sign in to comment.