Dean Collins
Dean Collins

Reputation: 243

Upgrading to Laravel 5.2

having some issues trying to upgrade to Laravel 5.2 from the previous latest version.

On composer update or any artisan class I get the follow error ...

Class validator does not exist

Can not work out whats going on at all.

Any ideas?

Many thanks!

Upvotes: 0

Views: 134

Answers (1)

Dean Collins
Dean Collins

Reputation: 243

Turns out Whoops was catching a HttpResponseException of which the upgrade docs do say could cause issues. So removed Whoops as problem solved.

Upvotes: 1

Related Questions