InfyOmLabs / adminlte-generator

Boilerplate of Laravel with InfyOm Laravel Generator for AdminLTE Templates
https://infyom.com/open-source/laravelgenerator/docs/8.0/boilerplates
388 stars 273 forks source link

Update to Laravel 5.6 and then to Laravel 5.7 #24

Closed UnderDogg closed 5 years ago

UnderDogg commented 6 years ago

Latest available version here is Laravel 5.4, but ultimately we need Laravel 5.7 (and beyond). There is already a pull request for Laravel 5.5 (see #15) so I merged that one and then updated it to Laravel 5.6 and now Laravel 5.7 What I did were the following steps: git clone version 5.4 git checkout -b 5.5 git merge pull request #15 making my version 5.5 git checkout -b 5.6 and then I made my changes. The composer.json needed to be updated with fideveloper/proxy, laravel 5.6 and laravelcollective/html I've also pointed to the laravel 5.6 versions of the infyom packages

Ultimately: git checkout -b 5.7 and updated the packages for Laravel 5.7 only change is /storage/frameworks/cache/data/ directory