kontent-ai / sample-app-php

Dancing Goat site built with Kontent.ai and Laravel
https://kontent.ai/learn/tutorials/develop-apps/get-started/run-sample-app/?tech=php
MIT License
1 stars 5 forks source link

Make the site work with the latest version of Laravel Framework #6

Closed petrsvihlik closed 5 years ago

petrsvihlik commented 5 years ago

Motivation

Make sure the site is up to date with the latest standards.

Proposed solution

Update Laravel to v5.7.x.

shennawy commented 5 years ago

Is running composer update and then rerunning the tests good enough for this issue?

petrsvihlik commented 5 years ago

@shennawy The site must not return any runtime errors when it's run: https://github.com/Kentico/kentico-cloud-sample-app-php/#application-setup

I moved the issue to: https://github.com/Kentico/kentico-cloud-sample-app-php/issues/8 (this one seems to be broken for me)