Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 658 Bytes

UPGRADE.md

File metadata and controls

27 lines (15 loc) · 658 Bytes

Upgrade Guide

With every upgrade, make sure to publish Telescope's assets and clear the view cache:

php artisan telescope:publish

php artisan view:clear

Upgrading To 5.0 From 4.x

Migration Changes

Telescope 5.0 no longer automatically loads migrations from its own migrations directory. Instead, you should run the following command to publish Telescope's migrations to your application:

php artisan vendor:publish --tag=telescope-migrations

Upgrading To 4.0 From 3.x

Minimum PHP Version

PHP 7.3 is now the minimum required version.

Minimum Laravel Version

Laravel 8.0 is now the minimum required version.