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 Laracasts\Validation\ValidationServiceProvider::package() #25

Open
ErichNie opened this issue Jan 20, 2017 · 1 comment

Comments

@ErichNie
Copy link

I am getting this error.
FatalErrorException in ValidationServiceProvider.php line 29: Call to undefined method Laracasts\Validation\ValidationServiceProvider::package()

I am converting a Laravel 4 package to Laravel 5. I have included the class into the providers in place of the old Illuminate\Validation\ValidationServiceProvider::class

@Sopamo
Copy link

Sopamo commented Jan 30, 2017

It seems like this package doesn't work with Laravel 5 (even though it has L5 as a depencency), you should switch to the Laravel native validation.

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