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 laracasts/Validation in Laravel package #9

Open
liamqma opened this issue Jun 19, 2014 · 0 comments
Open

Use laracasts/Validation in Laravel package #9

liamqma opened this issue Jun 19, 2014 · 0 comments

Comments

@liamqma
Copy link

liamqma commented Jun 19, 2014

I use laracasts/Validation in a Laravel package, then I got the following error:

Illuminate \ Container \ BindingResolutionException
Target [Symfony\Component\Translation\TranslatorInterface] is not instantiable.

I understand it means Laravel doesn't know which implementation of Symfony\Component\Translation\TranslatorInterface is. My question is why in normal Laravel application Symfony\Component\Translation\TranslatorInterface is bound, however in a separate package, it's not.

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

1 participant