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
Copy file name to clipboardexpand all lines: readme.md
+4
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@ First install Telescope and check it works (see https://laravel.com/docs/master/
16
16
```bash
17
17
composer require laravel/telescope
18
18
php artisan telescope:install
19
+
20
+
# 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