Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use stable laravel 5.5 version #409

Merged
merged 1 commit into from
Aug 31, 2017
Merged

Use stable laravel 5.5 version #409

merged 1 commit into from
Aug 31, 2017

Conversation

cmizzi
Copy link
Contributor

@cmizzi cmizzi commented Aug 30, 2017

No description provided.

@Braunson Braunson mentioned this pull request Aug 30, 2017
@lloricode lloricode mentioned this pull request Aug 30, 2017
@ghost
Copy link

ghost commented Aug 30, 2017

What branch i must use to implement that in 5.5?

@gofish543
Copy link

gofish543 commented Aug 31, 2017

I would strongly advise using the fork that cmizzi so kindly put together.
Inside your composer.json file do the following...

 "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/cmizzi/html"
    }
  ],
"require": {
    "laravelcollective/html": "dev-master"
  },

This will give you the full working library with Laravel 5 until these guys get this through.

@lloricode
Copy link

output from @gofish543 , Thanks :)

screenshot from 2017-08-31 13-33-49

@cmizzi cmizzi mentioned this pull request Aug 31, 2017
@lloricode
Copy link

its been 24 hours, and im ready for party :)

@goyote
Copy link

goyote commented Aug 31, 2017

Can someone merge this

@mlantz mlantz merged commit e3d9fe1 into LaravelCollective:master Aug 31, 2017
@balping
Copy link

balping commented Aug 31, 2017

Merge hurrah!

Just a little bit of stats until the release:

Version Laravel release LaravelCollective release Delay
5.0 2015-02-04 14:17 2015-02-05 16:40 1.10 days
5.1 2015-06-09 12:48 2015-06-18 02:13 8.56 days
5.2 2015-12-21 17:26 2015-12-23 07:46 1.60 days
5.3 2016-08-23 13:14 2016-08-27 23:52 4.44 days
5.4 2017-01-24 16:19 2017-01-26 18:58 2.11 days

(Times in UTC)

Average delay: (3.56 ± 3.07) days

Without 5.0 (this is when Laravel Collective's HTML was extracted from standard Laravel): (4.18 ± 3.17) days

@rmrhz
Copy link

rmrhz commented Aug 31, 2017

Sankyu

@balping
Copy link

balping commented Aug 31, 2017

Updated version of my previous table:

Version Laravel release LaravelCollective release Delay
5.0 2015-02-04 14:17 2015-02-05 16:40 1.10 days
5.1 2015-06-09 12:48 2015-06-18 02:13 8.56 days
5.2 2015-12-21 17:26 2015-12-23 07:46 1.60 days
5.3 2016-08-23 13:14 2016-08-27 23:52 4.44 days
5.4 2017-01-24 16:19 2017-01-26 18:58 2.11 days
5.5 2017-08-30 09:55 2017-08-31 14:34 1.19 days

Average delay: (3.17 ± 2.91) days

Bravo for making this release below the previous average and being the fastest if not counting 5.0!

@ElioMS
Copy link

ElioMS commented Aug 31, 2017

If i use "laravelcollective/html": "^5.5.0", it will works?

@lloricode
Copy link

@ElioMS, It will work now.
:)

@mahbubkhan88
Copy link

mahbubkhan88 commented Jun 7, 2018

open your composer and copy paste this link composer require "laravelcollective/html":"5.4.0". That means remove "^" symbol. It will install current version rather than installing the latest. Then, composer update

@Saibamen
Copy link

Saibamen commented Jun 7, 2018

@mahbubkhan88 lol, that was almost one year ago

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.