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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ To get started with Laravel Tinker, simply run:
17
17
18
18
composer require laravel/tinker
19
19
20
-
If you're not using Laravel >=5.5, then manually register the `Laravel\Tinker\TinkerServiceProvider` in your `config/app.php` file:
20
+
If you are using Laravel 5.5+, there is no need to manually register the service provider. However, if you are using an earlier version of Laravel, register the `TinkerServiceProvider` in your `app` configuration file:
0 commit comments