nestor-qa / nestor

Nestor
http://nestor-qa.github.io
MIT License
3 stars 0 forks source link

Upgrade to Laravel 5.3 #115

Closed kinow closed 7 years ago

kinow commented 7 years ago

This has been released about one month or more ago. Let's upgrade to the latest and stable.

Docs for upgrading from 5.2 to 5.3:

https://laravel.com/docs/5.3/upgrade#upgrade-5.3.0

Notes on deprecated methods in 5.2 removed in 5.3:

https://laravel.com/docs/5.3/upgrade#5.2-deprecations

Bower and Composer were updated before. So now all that remains is following the documentation, testing locally, and then running the tests.

kinow commented 7 years ago

After following most of the instructions, and running composer update.

Call to undefined method Illuminate\Foundation\Support\Providers\AuthServiceProvider::boot() 

Removed the vendor folder, then removed the parent::boot call in that provider, re-run composer update, all good for now.

kinow commented 7 years ago

Application starts, but when signing in:

Undefined method Nestor\Http\Controllers\UsersController::isUsingThrottlesLoginsTrait
kinow commented 7 years ago

Migrations working fine.

kinow commented 7 years ago

All looks good for Laravel 5.3 now.