You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: