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

Call to undefined method [package] #436

Closed
dainemedia opened this issue Dec 11, 2014 · 5 comments
Closed

Call to undefined method [package] #436

dainemedia opened this issue Dec 11, 2014 · 5 comments

Comments

@dainemedia
Copy link

When referencing "laravel/framework": "4.2.*" in composer.json I receive a Call to undefined method [package].

If you change the reference to "laravel/framework": "4.2.0" all works fine.

@dubcanada
Copy link

It's related too laravel/framework@3a0afc2

Until a new way is developed all packages are broken for Laravel 5.

@dainemedia
Copy link
Author

I'm not talking about Laravel 5 mate. Laravel 4.2.*.

@sebastiansulinski
Copy link

@JeffreyWay - are you planning to update it any time soon to the new package approach used by Laravel 5?

@jonathanpmartins
Copy link

I don`t think the new approach is out now, but it would be soon.

@morrislaptop
Copy link

I've developed a method to bridge packages across without modifying their source code, all you need to do is point to a bridging service provider which handles all the differences. Blog article at https://medium.com/@morrislaptop/bridging-laravel-4-packages-to-laravel-5-2081f19643c6 and the source code is at https://github.com/morrislaptop/LaravelFivePackageBridges

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

No branches or pull requests

6 participants