Skip to content

Commit d1999f8

Browse files
committed
Update laravel 5.8
1 parent f83bc50 commit d1999f8

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

composer.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
{
2-
"name": "ranabd36/laravelcollective",
2+
"name": "laravelcollective/html",
33
"description": "HTML and Form Builders for the Laravel Framework",
44
"license": "MIT",
55
"homepage": "https://laravelcollective.com",
66
"support": {
7-
"issues": "https://github.com/ranabd36/laravelcollective/issues",
8-
"source": "https://github.com/ranabd36/laravelcollective"
7+
"issues": "https://github.com/LaravelCollective/html/issues",
8+
"source": "https://github.com/LaravelCollective/html"
99
},
1010
"authors": [
11-
{
12-
"name" : "Ibrahim Rana",
13-
"email" : "ranabd36@gmail.com"
14-
},
1511
{
1612
"name": "Adam Engebretson",
1713
"email": "adam@laravelcollective.com"
@@ -44,7 +40,7 @@
4440
},
4541
"extra": {
4642
"branch-alias": {
47-
"dev-master": "5.8-dev"
43+
"dev-master": "5.7-dev"
4844
},
4945
"laravel": {
5046
"providers": [

readme.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# Forms & HTML
22

3-
[![Total Downloads](https://poser.pugx.org/ranabd36/laravelcollective/downloads)](https://packagist.org/packages/ranabd36/laravelcollective)
4-
[![Latest Stable Version](https://poser.pugx.org/ranabd36/laravelcollective/v/stable)](https://packagist.org/packages/ranabd36/laravelcollective)
5-
[![Latest Unstable Version](https://poser.pugx.org/ranabd36/laravelcollective/v/unstable)](https://packagist.org/packages/ranabd36/laravelcollective)
6-
[![License](https://poser.pugx.org/ranabd36/laravelcollective/license)](https://packagist.org/packages/ranabd36/laravelcollective)
3+
[![Build Status](https://travis-ci.org/LaravelCollective/html.svg)](https://travis-ci.org/LaravelCollective/html)
4+
[![Total Downloads](https://poser.pugx.org/LaravelCollective/html/downloads)](https://packagist.org/packages/laravelcollective/html)
5+
[![Latest Stable Version](https://poser.pugx.org/LaravelCollective/html/v/stable.svg)](https://packagist.org/packages/laravelcollective/html)
6+
[![Latest Unstable Version](https://poser.pugx.org/LaravelCollective/html/v/unstable.svg)](https://packagist.org/packages/laravelcollective/html)
7+
[![License](https://poser.pugx.org/LaravelCollective/html/license.svg)](https://packagist.org/packages/laravelcollective/html)
78

89
Official documentation for Forms & Html for The Laravel Framework can be found at the [LaravelCollective](http://laravelcollective.com) website.
9-
10-
11-
## Installation
12-
13-
```
14-
composer require ranabd36/laravelcollective
15-
```

0 commit comments

Comments
 (0)