fullstackbelgium / fullstackbelgium.be

The source code of the Full Stack Belgium website
https://fullstackbelgium.be
MIT License
18 stars 4 forks source link

Laravel 5.8 Shift #8

Closed freekmurze closed 5 years ago

freekmurze commented 5 years ago

This pull request includes the changes for upgrading to Laravel 5.8. Feel free to commit any additional changes to the shift-12369 branch.

Before merging, you should:

If you want help with your upgrade, check out the Shift Human Services or join the Shifty Coders Slack room to get answers to all your Laravel questions.

freekmurze commented 5 years ago

:x: Shift could not upgrade the following configuration files since they differed from the default Laravel version. You will need to compare these configuration files against the Laravel 5.8 configuration files and merge any changes:

freekmurze commented 5 years ago

:warning: Laravel 5.8 introduced a set of AWS environment variables to help consolidate configuring AWS services. You should rename the following environment variables to their new AWS names.

freekmurze commented 5 years ago

:x: Shift detected your application has a dependency for the laravel/nova package. The recommended version for Laravel 5.8 is ^2.0. You should review your dependency and ensure it meets the new version requirement, as well as review their README for additional changes.

freekmurze commented 5 years ago

:tada: Congratulations, you're now running the latest version of Laravel. You can now use some of the micro Shifts to ensure your app is fully upgraded and following the Laravel recommended and community practices.