Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 351 Bytes

UPGRADE.md

File metadata and controls

18 lines (9 loc) · 351 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 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.