Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - upgrade Laravel to latest version #196

Closed
k-zakhariy opened this issue Apr 30, 2018 · 4 comments
Closed

Feature Request - upgrade Laravel to latest version #196

k-zakhariy opened this issue Apr 30, 2018 · 4 comments

Comments

@k-zakhariy
Copy link

No description provided.

@matthiku
Copy link
Owner

matthiku commented May 30, 2018

Step 1: Upgrade to Laravel 5.4

instructions see: https://laravel.com/docs/5.4/upgrade#upgrade-5.4.0

  • upgrade composer.json, then composer update
  • add tinker: composer require laravel/tinker then
  • add Laravel\Tinker\TinkerServiceProvider::class to app\config.php
  • run php artisan view:clear

so far works fine on test server!

Step 2: Upgrade to Laravel 5.5

@matthiku
Copy link
Owner

matthiku commented Jun 25, 2018

Production server also successfully upgraded to 5.4!

  • needed also to delete /bootstrap/cache/compiled.php

@matthiku
Copy link
Owner

matthiku commented Jun 25, 2018

Upgrading to Laravel 5.5

upgrade guide see: https://laravel.com/docs/5.5/upgrade

  • update composer.json
  • run composer update

- works fine on local Dev server

- works fine on online Test server (staging env)

matthiku added a commit that referenced this issue Jun 25, 2018
matthiku added a commit that referenced this issue Jun 25, 2018
@matthiku
Copy link
Owner

matthiku commented Jun 25, 2018

Upgrading to Laravel 5.6

  • issue with some unicode characters in views!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants