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

Unable to publish package #28

Closed
abhimanyu003 opened this issue Mar 17, 2014 · 6 comments
Closed

Unable to publish package #28

abhimanyu003 opened this issue Mar 17, 2014 · 6 comments

Comments

@abhimanyu003
Copy link
Contributor

With the update of laravel v4.1.24 not able to publish package.
Error is

Missing argument 2 for Illuminate\Container\Container::Illuminate\Container\{closure}()

I'm not sure but seems error is with registering the package with the new update of laravel

@iwyg
Copy link
Owner

iwyg commented Mar 17, 2014

hm, would be odd if there's breaking change in the public api after a minor update. I'll have a look asap. Does this only happen when firing up artisan?

@abhimanyu003
Copy link
Contributor Author

Yes this only happen when firing artisan command(s).

To test this
I run composer update by removing post-update-cmd from composer.json file.
Then manually trigger php artisan clear-compiled and same thing happen.

@iwyg
Copy link
Owner

iwyg commented Mar 17, 2014

No, it also happens when firing up laravel in general. I've spotted the container binding that's causing this issue. However I think it's a bug on laravel's side.

@iwyg
Copy link
Owner

iwyg commented Mar 17, 2014

for reference: filed a bug here

@iwyg
Copy link
Owner

iwyg commented Mar 18, 2014

temporary fix 709d944

@abhimanyu003
Copy link
Contributor Author

Thanks a lot for fix, let see what Taylor reply on this

@iwyg iwyg mentioned this issue Mar 18, 2014
@iwyg iwyg closed this as completed in 3119418 Mar 18, 2014
iwyg added a commit that referenced this issue Mar 18, 2014
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

2 participants