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

Laravel 5 support #14

Closed
cooperaj opened this issue Oct 1, 2014 · 10 comments
Closed

Laravel 5 support #14

cooperaj opened this issue Oct 1, 2014 · 10 comments

Comments

@cooperaj
Copy link

cooperaj commented Oct 1, 2014

Can we please get an update to the composer file for Laravel 5 support? Since the HTML component has been moved to it's own external dependancy the laravel/support line will likely need to be changed wholesale for

"illuminate/html": "~5.0",
@thomaswelton
Copy link
Owner

Laravel 5. I'm way behind haven't used this framework in about 9 months. But sure. Will sort this out.
Pull requests welcomed.

On 1 Oct 2014, at 11:31, Adam Cooper notifications@github.com wrote:

Can we please get an update to the composer file for Laravel 5 support? Since the HTML component has been moved to it's own external dependancy the laravel/support line will likely need to be changed wholesale for

"illuminate/html": "~5.0",

Reply to this email directly or view it on GitHub.

@cooperaj
Copy link
Author

cooperaj commented Oct 1, 2014

#15

How's that. It seems to be failing the travis tests but it absolutely works since I can pull it down using aliases. I'm not sure whats going on there.

@UnrulyNatives
Copy link

Hi,

any chances for the Laravel 5 version?

@thulaban
Copy link

thulaban commented Feb 2, 2015

gravatar for laravel
getting error while pulling package from laravel 5 application. laravel-gravatar requires /illuminate/support 5.0 to support laravel 5 applications.

It would be great if support is provided for laravel 5.
thank you.

@cooperaj
Copy link
Author

cooperaj commented Feb 3, 2015

If you can handle not using packagist my branch works (did work)

    "require": {
            "thomaswelton/laravel-gravatar": "dev-l5-compat as 1.0.x-dev"
    },
    "repositories": [
            {
                    "type": "vcs",
                    "url":  "https://github.com/cooperaj/laravel-gravatar"
            }
    ],

@UnrulyNatives
Copy link

I get this error:
Call to undefined method [package]

In case of intervention/image this package solved my problem:
"morrislaptop/laravel-five-package-bridges": "dev-master"

@janareit
Copy link

janareit commented Mar 5, 2015

Would love to have it for L5 as well...

@AntoineAugusti
Copy link
Collaborator

@thomaswelton @cooperaj @janareit @UnrulyNatives I've just opened a PR to do that. Check #17

@thomaswelton
Copy link
Owner

Thanks @AntoineAugusti I'll check it out and merge ASAP. Thanks for the contribution.

@thomaswelton
Copy link
Owner

Fixed by #17

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants