InfyOmLabs / adminlte-generator

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

Update to Laravel 5.5 and then to Laravel 5.6 #23

Closed UnderDogg closed 5 years ago

UnderDogg commented 5 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 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