You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adds Laravel 11 support
* Updates upgrade guide
* Updates upgrade guide
* Uses `publishesMigrations`
* Publishes migrations on `telescope:install` command
* Fixes test suite on Laravel versions prior to Laravel 11
* Don't create jobs table if not necessary
* Keeps working on the test suite
* Apply fixes from StyleCI
* Fixes test suite
* Apply fixes from StyleCI
* Bumps testbench
* Reverts non-needed changes
* Reverts change on tests
* Adds older upgrade guide notes
---------
Co-authored-by: StyleCI Bot <[email protected]>
Copy file name to clipboardExpand all lines: UPGRADE.md
+10
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,16 @@ With every upgrade, make sure to publish Telescope's assets and clear the view c
6
6
7
7
php artisan view:clear
8
8
9
+
## Upgrading To 5.0 From 4.x
10
+
11
+
### Migration Changes
12
+
13
+
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:
0 commit comments