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
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