Just a quick post for those of you trying out Laravel 5.2 that was released the other day.

When running `composer create-project laravel/laravel l52 –prefer-dist` I was seeing after the `php artisan clear-compiled` was run.

[BadMethodCallException]
Method after does not exist.

After the install was completed running any artisan command resulted in this error as well. Read & Comment ›››