VATUSA / api

VATUSA's RESTful API for facilities
https://api.vatusa.net
MIT License
3 stars 10 forks source link

Laravel Upgrade #57

Closed bnahin closed 3 years ago

bnahin commented 3 years ago

Update Laravel to 8.x

dhawton commented 3 years ago

After discussions, decided to upgrade to Laravel 6.x (LTS) with a goal of upgrading to 9.x (next LTS) at the end of CY.

Reasons:

dhawton commented 3 years ago

Before merging, any env variables that define cache time will need to be edited. Beginning with 5.8, times for Cache are in seconds rather than minutes. Code has been reflected to manipulate this, but areas where pulled from environment variables will need to be updated before rolling out this PR.