adaptcms / AdaptCMS

AdaptCMS is an open source CMS that is made for complete control of your website, easiness of use and easily adaptable to any type of website. It's made easy with advanced custom fields, a very simple but powerful template system and much more.
https://www.adaptcms.com
BSD 3-Clause "New" or "Revised" License
44 stars 38 forks source link

Laravel 5.5 upgrade #59

Closed charliepage88 closed 6 years ago

charliepage88 commented 7 years ago

NOTE: Let's not up and do this without proper research. Ideally, I'd like to get some cleanup, bug fixing, and a few core functionalities finished first.

Once that is done, let's see what exactly is involved with upgrading to Laravel 5.5. It would likely affect caffeinated modules, the themes system, and possibly more. We also have code that injects service providers, I believe that 5.5 includes package auto-discovery, that might be a simple swap.

Feel free to switch the Laravel versions in your composer file and document here what breaks, whether through composer or the CMS itself. If it does break something like the modules, let's see how significant it is. With the theme library, I simply forked it and fixed it for Laravel 5.4. So that is definitely an option,